feat(ScriptEventHook): Renamed Fake Deposit to Deposit

This commit is contained in:
Yimura 2021-08-03 20:26:18 +02:00
parent 5d788bd939
commit 55a0ba50c6

View File

@ -42,7 +42,7 @@ namespace big
break;
case RemoteEvent::FakeDeposit:
if (g.protections.fake_deposit)
strcpy(type, "Fake Deposit");
strcpy(type, "Deposit");
break;
case RemoteEvent::ForceMission: