mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
remove debug message
This was SVN commit r14427.
This commit is contained in:
parent
cd125a94e2
commit
10e8fb9105
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ EndGameManager.prototype.Init = function()
|
|||
EndGameManager.prototype.SetGameType = function(newGameType)
|
||||
{
|
||||
this.gameType = newGameType;
|
||||
warn(this.gameType);
|
||||
Engine.BroadcastMessage(MT_GameTypeChanged, {});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue