Update online_match_manager.js

This commit is contained in:
Jonas Weinz 2019-03-31 16:38:34 +02:00 committed by GitHub
parent e262eb5b79
commit cb0e81fbdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,7 @@ class OnlineMatchManager
}
else
{
status_mesage("Game over, you lost!");
this.info_func("Game Over, you lost!");
control_head += "You lost";
this.control_container.set_background_color(this.online_opponent.get_color_with_alpha(0.4));
}