Rename UpdateCharacterWeapon class
This commit is contained in:
@@ -10,9 +10,9 @@ using ReallifeGamemode.Server.Managers;
|
||||
|
||||
namespace ReallifeGamemode.Server.Events
|
||||
{
|
||||
public class UpdateCharacterWeapon : Script
|
||||
public class Weapon : Script
|
||||
{
|
||||
private ILogger logger = LogManager.GetLogger<UpdateCharacterWeapon>();
|
||||
private ILogger logger = LogManager.GetLogger<Weapon>();
|
||||
|
||||
private const int SLOT_PRIMARY = 2;
|
||||
private const int SLOT_SECONDARY = 1;
|
||||
Reference in New Issue
Block a user