This commit is contained in:
Luke
2021-06-01 11:50:35 +02:00
parent acfc9d8feb
commit 998eae4649
2 changed files with 2 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ namespace ReallifeGamemode.Server.Events
if (user.FactionId != null) if (user.FactionId != null)
{ {
String msg = ""; string msg = "";
if (user.Faction.StateOwned) if (user.Faction.StateOwned)
{ {

View File

@@ -114,7 +114,7 @@ namespace ReallifeGamemode.Server.Events
ChatService.SendMessage(player, "1"); ChatService.SendMessage(player, "1");
if (user.FactionId != null) if (user.FactionId != null)
{ {
String msg = ""; string msg = "";
ChatService.SendMessage(player, "2"); ChatService.SendMessage(player, "2");
if (user.Faction.StateOwned) if (user.Faction.StateOwned)