change data type, idk about sp
All checks were successful
ci/woodpecker/push/test-build Pipeline was successful
All checks were successful
ci/woodpecker/push/test-build Pipeline was successful
This commit is contained in:
parent
26c806d72d
commit
40bae25c28
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user