removed inexistent mod from mod list

This commit is contained in:
hydrant
2018-12-09 14:07:00 +01:00
parent 92e344d79c
commit a8eb6485cd

View File

@@ -11,8 +11,7 @@ namespace reallife_gamemode.Server.Managers
{ {
private static readonly List<string> _enabledMods = new List<string>() private static readonly List<string> _enabledMods = new List<string>()
{ {
"polamggtr", "polamggtr"
"g65amg"
}; };
private static Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>(); private static Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>();