Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Hotfix: Incrementing the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerus committed May 21, 2020
1 parent 576b165 commit 9c98f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/gamevoting.sp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <materialadmin>
#pragma semicolon 1
#pragma newdecls required
#define VERSION "1.9.2"
#define VERSION "1.9.3"
#define REASON_LEN 68
#define EVENT_PARAMS Handle event, const char[] name, bool dontBroadcast
#define VALID_PLAYER if(IsCorrectPlayer(client))
Expand Down

0 comments on commit 9c98f1b

Please sign in to comment.