Skip to content

Commit

Permalink
Fix typo in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Sep 19, 2024
1 parent 4327437 commit e20dc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Modding/reference/respawn/clientcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Client commands are how the clients communicate with the server. Mods can define
AddClientCommandCallback("commandname", commandcallback)

void CommandCalled(entity player, array<string> args) {
print("commandname: was kalled with " + args);
print("commandname: was called with " + args);
}
```

Expand Down

0 comments on commit e20dc90

Please sign in to comment.