Skip to content

Commit

Permalink
Linux fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code committed Jun 4, 2018
1 parent b527e6e commit 46964c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/src/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ int amx::pop(AMX *amx)
{
if(globalExecLevel == 0)
{
throw std::exception("[PP] Context stack imbalance.");
throw std::logic_error("[PP] Context stack imbalance.");
}
globalExecLevel--;
if(globalExecLevel == 0)
Expand Down

0 comments on commit 46964c1

Please sign in to comment.