fix(GetEventData): Fixed typo on notify

This commit is contained in:
Yimura 2021-02-03 19:40:04 +01:00
parent 2f9ff404dc
commit d73448bc69
No known key found for this signature in database
GPG Key ID: 54EFAD29393A6E78

View File

@ -31,7 +31,7 @@ namespace big
break;
case RemoteEvents::CeoKick:
if (protections["ceo_kick"])
strcpy(type, "Ceok Kick");
strcpy(type, "Ceo Kick");
break;
case RemoteEvents::CeoMoney: