Skip to content

Commit

Permalink
Fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
dysphie committed Nov 25, 2022
1 parent f0327db commit 9a53019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripting/nmrih-guaranteedspawn.sp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "nmrih-guaranteedspawn/admin-tools.sp"

#define PREFIX "[Guaranteed Spawn] "
#define PLUGIN_VERSION "1.0.16"
#define PLUGIN_VERSION "1.0.17"
#define PLUGIN_DESCRIPTION "Grants a spawn to late joiners"

#define INET_ADDRSTRLEN 16
Expand Down
2 changes: 1 addition & 1 deletion scripting/nmrih-guaranteedspawn/admin-tools.sp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void AdminMenu_RemoveSpawn(TopMenu topmenu,
}
else if (action == TopMenuAction_SelectOption)
{
DisplayGiveSpawnMenu(param);
DisplayRemoveSpawnMenu(param);
}
}

Expand Down

0 comments on commit 9a53019

Please sign in to comment.