Skip to content

Commit

Permalink
fix lua console showing twice
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Feb 24, 2016
1 parent bcf2710 commit ac6439e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotkey/command_executor.cpp
Expand Up @@ -668,8 +668,6 @@ void command_executor_default::lua_console()
{
if (get_display().in_game()) {
gui2::tlua_interpreter::display(get_video(), gui2::tlua_interpreter::GAME);
//WRN_G << "caution: attempting to interface console with game lua kernel when we are not in game...\n";
gui2::tlua_interpreter::display(get_video(), gui2::tlua_interpreter::APP);
} else {
command_executor::lua_console();
}
Expand Down

0 comments on commit ac6439e

Please sign in to comment.