fixed aduty if admin disconnect

This commit is contained in:
2019-09-03 01:43:01 +02:00
parent bb75a8b538
commit c6b367b308
3 changed files with 11 additions and 2 deletions

View File

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