try fix
This commit is contained in:
@@ -125,18 +125,16 @@ namespace ReallifeGamemode.Server.Managers
|
||||
{
|
||||
if ((uint)vh == hash)
|
||||
{
|
||||
foreach (string w in _modWeapons)
|
||||
{
|
||||
if (NAPI.Util.GetHashKey(w) == hash)
|
||||
{
|
||||
return w;
|
||||
}
|
||||
}
|
||||
return "test";
|
||||
}
|
||||
}
|
||||
foreach (string w in _modWeapons)
|
||||
{
|
||||
if (NAPI.Util.GetHashKey(w) == hash)
|
||||
{
|
||||
return w;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
return "unbekannt";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user