mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 22:37:22 +08:00
fix(GetEventData): Fixed typo on notify
This commit is contained in:
parent
3329e638a8
commit
a98785d4e0
@ -31,7 +31,7 @@ namespace big
|
|||||||
break;
|
break;
|
||||||
case RemoteEvents::CeoKick:
|
case RemoteEvents::CeoKick:
|
||||||
if (protections["ceo_kick"])
|
if (protections["ceo_kick"])
|
||||||
strcpy(type, "Ceok Kick");
|
strcpy(type, "Ceo Kick");
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case RemoteEvents::CeoMoney:
|
case RemoteEvents::CeoMoney:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user