mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
feat(ScriptEventHook): Renamed Fake Deposit to Deposit
This commit is contained in:
parent
a2a755a9b1
commit
3e2ff4084e
@ -42,7 +42,7 @@ namespace big
|
|||||||
break;
|
break;
|
||||||
case RemoteEvent::FakeDeposit:
|
case RemoteEvent::FakeDeposit:
|
||||||
if (g.protections.fake_deposit)
|
if (g.protections.fake_deposit)
|
||||||
strcpy(type, "Fake Deposit");
|
strcpy(type, "Deposit");
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case RemoteEvent::ForceMission:
|
case RemoteEvent::ForceMission:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user