This commit is contained in:
Lukas Moungos
2019-12-13 19:24:08 +01:00
parent 85b052b729
commit efdf94dd8a
2 changed files with 3 additions and 5 deletions

View File

@@ -124,7 +124,7 @@ namespace ReallifeGamemode.Server.Managers
if (!IsValidHash(hash))
return "unbekannt";
foreach (var w in _modWeapons)
foreach (string w in _modWeapons)
{
if(NAPI.Util.GetHashKey(w) == hash)
{