fix player money
This commit is contained in:
@@ -50,7 +50,7 @@ namespace ReallifeGamemode.Database.Entities
|
||||
set
|
||||
{
|
||||
_handMoney = value;
|
||||
Player.TriggerEvent("SERVER:SET_HANDMONEY", value);
|
||||
Player?.TriggerEvent("SERVER:SET_HANDMONEY", value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user