fix player money

This commit is contained in:
hydrant
2020-04-19 21:32:07 +02:00
parent 12cbca1fca
commit 65a83ed9f0

View File

@@ -50,7 +50,7 @@ namespace ReallifeGamemode.Database.Entities
set set
{ {
_handMoney = value; _handMoney = value;
Player.TriggerEvent("SERVER:SET_HANDMONEY", value); Player?.TriggerEvent("SERVER:SET_HANDMONEY", value);
} }
} }