Miese Corona Zeiten push für Lenhardt
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
using GTANetworkAPI;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using GTANetworkAPI;
|
||||
|
||||
namespace ReallifeGamemode.Server.Managers
|
||||
{
|
||||
class WeaponManager
|
||||
internal class WeaponManager
|
||||
{
|
||||
private static readonly List<string> _modWeapons = new List<string>()
|
||||
{
|
||||
@@ -336,8 +335,6 @@ namespace ReallifeGamemode.Server.Managers
|
||||
{ 727643628, "Ceramic Pistol"}
|
||||
};
|
||||
|
||||
|
||||
|
||||
public static bool IsValidHash(uint hash)
|
||||
{
|
||||
foreach (WeaponHash vh in Enum.GetValues(typeof(WeaponHash)))
|
||||
|
||||
Reference in New Issue
Block a user