change data type, idk about sp
All checks were successful
ci/woodpecker/push/test-build Pipeline was successful

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-07-30 14:19:31 +07:00
parent 26c806d72d
commit 40bae25c28

View File

@ -21,7 +21,7 @@ public Action Cmd_Slot10(int client, int args) {
return Plugin_Handled; return Plugin_Handled;
} }
int flags = GetEntityMoveType(client); MoveType flags = GetEntityMoveType(client);
if (flags == MOVETYPE_NOCLIP) { if (flags == MOVETYPE_NOCLIP) {
SetEntityMoveType(client, MOVETYPE_WALK); SetEntityMoveType(client, MOVETYPE_WALK);