renamed important file

This commit is contained in:
2019-09-04 19:02:59 +02:00
parent c264bf0bf6
commit 79cd7143ff
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ using GTANetworkAPI;
namespace ReallifeGamemode.Server.Util
{
public static class UserHelper
public static class GlobalHelper
{
public static List<Client> dutyAdmins = new List<Client>();
}