Skip to content

Commit

Permalink
Update ttt_tripmines.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bara committed May 7, 2018
1 parent c1fb568 commit c4a9426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/ttt/ttt_tripmines.sp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void OnConfigsExecuted()

if (hPlugin == null || GetPluginStatus(hPlugin) != Plugin_Running)
{
SetFailState("You must have this plugin as base plugin for this items: https://forums.alliedmods.net/showthread.php?t=303333");
SetFailState("Can't find tripmines.smx! This file will be provided with TTT.");
return;
}

Expand Down

0 comments on commit c4a9426

Please sign in to comment.