From 998eae464947e44322ea8235833a38a1fc051957 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 1 Jun 2021 11:50:35 +0200 Subject: [PATCH] ?? --- ReallifeGamemode.Server/Events/Disconnect.cs | 2 +- ReallifeGamemode.Server/Events/Login.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Server/Events/Disconnect.cs b/ReallifeGamemode.Server/Events/Disconnect.cs index 39e9da14..e50cccde 100644 --- a/ReallifeGamemode.Server/Events/Disconnect.cs +++ b/ReallifeGamemode.Server/Events/Disconnect.cs @@ -235,7 +235,7 @@ namespace ReallifeGamemode.Server.Events if (user.FactionId != null) { - String msg = ""; + string msg = ""; if (user.Faction.StateOwned) { diff --git a/ReallifeGamemode.Server/Events/Login.cs b/ReallifeGamemode.Server/Events/Login.cs index 7df6d953..b8817f3a 100644 --- a/ReallifeGamemode.Server/Events/Login.cs +++ b/ReallifeGamemode.Server/Events/Login.cs @@ -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)