Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WessTorn committed May 24, 2024
1 parent 88b21ea commit 92e5464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/HnsMatchSystem.sma
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public native_get_mode(amxx, params) {

public native_set_mode(amxx, params) {
enum { iSetMode = 1 };
switch (iSetMode) {
switch (get_param(iSetMode)) {
case MODE_TRAINING: {
training_start()
}
Expand Down

0 comments on commit 92e5464

Please sign in to comment.