Skip to content

Commit

Permalink
Spelling is harder than it seems.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Jun 24, 2018
1 parent 698bb2f commit fe7ce14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripting/get5_apistats.sp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public Action Command_Avaliable(int client, int args) {
Handle json = json_object();

set_json_int(json, "gamestate", view_as<int>(Get5_GetGameState()));
set_json_int(json, "avaliable", 1);
set_json_int(json, "avaliable", 1); // legacy version since I'm bad at spelling
set_json_int(json, "available", 1);
set_json_string(json, "plugin_version", versionString);

char buffer[128];
Expand Down

0 comments on commit fe7ce14

Please sign in to comment.