Skip to content

Commit

Permalink
I'm dumb.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Dec 5, 2016
1 parent 6af1d65 commit c1fa969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/get5/matchconfig.sp
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ public Action Command_CreateScrim(int client, int args) {

char templateFile[PLATFORM_MAX_PATH + 1];
BuildPath(Path_SM, templateFile, sizeof(templateFile), "configs/get5/scrim_template.cfg");
if (kv.ImportFromFile(templateFile)) {
if (!kv.ImportFromFile(templateFile)) {
delete kv;
MatchConfigFail("Failed to read scrim template in %s", templateFile);
return Plugin_Handled;
Expand Down

0 comments on commit c1fa969

Please sign in to comment.