Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions addons/sourcemod/scripting/ZLeader.sp
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ public void OnMapStart() {

if (GameConfGetKeyValue(gameConfig, "SpriteHalo", buffer, sizeof(buffer)) && buffer[0])
g_HaloSprite = PrecacheModel(buffer);

delete gameConfig;
}

/* =========================================================================
Expand Down
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/include/zleader.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#define ZLeader_V_MAJOR "3"
#define ZLeader_V_MINOR "7"
#define ZLeader_V_PATCH "3"
#define ZLeader_V_PATCH "4"

#define ZLeader_VERSION ZLeader_V_MAJOR..."."...ZLeader_V_MINOR..."."...ZLeader_V_PATCH

Expand Down