keine panik server läuft wieder, danke hü
This commit is contained in:
@@ -233,7 +233,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
ChatService.BroadcastGroup($"{player.Name} hat den Server verlassen", user.Group);
|
||||
}
|
||||
|
||||
if (user.FactionId != 0)
|
||||
if (user.FactionId != null)
|
||||
{
|
||||
String msg = "";
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
}
|
||||
*/
|
||||
|
||||
if (user.FactionId != 0)
|
||||
if (user.FactionId != null)
|
||||
{
|
||||
String msg = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user