??
This commit is contained in:
@@ -235,7 +235,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
|
||||
if (user.FactionId != null)
|
||||
{
|
||||
String msg = "";
|
||||
string msg = "";
|
||||
|
||||
if (user.Faction.StateOwned)
|
||||
{
|
||||
|
||||
@@ -114,7 +114,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
ChatService.SendMessage(player, "1");
|
||||
if (user.FactionId != null)
|
||||
{
|
||||
String msg = "";
|
||||
string msg = "";
|
||||
ChatService.SendMessage(player, "2");
|
||||
|
||||
if (user.Faction.StateOwned)
|
||||
|
||||
Reference in New Issue
Block a user