mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 16:52:30 +08:00
feat(ScriptEventHook): Renamed Fake Deposit to Deposit
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user