This commit is contained in:
Lukas Moungos
2019-12-14 15:31:23 +01:00
parent 284a69c096
commit 7a0a262b61

View File

@@ -125,6 +125,9 @@ namespace ReallifeGamemode.Server.Managers
{ {
if ((uint)vh == hash) if ((uint)vh == hash)
{ {
return "test";
}
}
foreach (string w in _modWeapons) foreach (string w in _modWeapons)
{ {
if (NAPI.Util.GetHashKey(w) == hash) if (NAPI.Util.GetHashKey(w) == hash)
@@ -132,11 +135,6 @@ namespace ReallifeGamemode.Server.Managers
return w; return w;
} }
} }
}
}
return "unbekannt"; return "unbekannt";
} }
} }