Removed availability of debug mode in mp_debug mode,

...as requested in bug #17412.
This commit is contained in:
Guillaume Melquiond 2011-01-07 07:45:52 +00:00
parent ae462e6de8
commit b56d368f19

View file

@ -3356,7 +3356,7 @@ void console_handler::do_turn_limit()
}
void console_handler::do_debug() {
if (network::nconnections() == 0 || game_config::mp_debug) {
if (network::nconnections() == 0 /*|| game_config::mp_debug*/) {
print(get_cmd(), _("Debug mode activated!"));
game_config::debug = true;
} else {