This was SVN commit r15395.
This commit is contained in:
sanderd17 2014-06-19 14:48:48 +00:00
parent 81d1f5f71f
commit e529e551d9

View File

@ -87,7 +87,7 @@ var g_NotificationsTypes =
if (isDiplomacyOpen)
openDiplomacy();
},
"quite": function(notification, player)
"quit": function(notification, player)
{
exit(); // TODO this doesn't work anymore
},