fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user