Fix Whitelist (ich bin dumm)
This commit is contained in:
@@ -23,7 +23,7 @@ namespace reallife_gamemode.Server.Events
|
||||
[ServerEvent(Event.PlayerConnected)]
|
||||
public void OnPlayerConnected(Client player)
|
||||
{
|
||||
if(!(player.SocialClubName == "VegasZ") || (player.SocialClubName == "datgame_") || (player.SocialClubName == "xSprite"))
|
||||
if(!(player.SocialClubName == "VegasZ") || !(player.SocialClubName == "datgame_") || !(player.SocialClubName == "xSprite"))
|
||||
{
|
||||
player.Kick();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user