haus system auf core geändert
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using ReallifeGamemode.Server.Core.API;
|
||||
using ReallifeGamemode.Server.Core.Extensions;
|
||||
|
||||
namespace ReallifeGamemode.Server.Core.Commands.User
|
||||
{
|
||||
@@ -9,7 +10,7 @@ namespace ReallifeGamemode.Server.Core.Commands.User
|
||||
{
|
||||
public override bool CanExecute(IPlayer player)
|
||||
{
|
||||
return player.GetSharedData("loggedIn", false);
|
||||
return player.IsLoggedIn();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user