Clean up unused argument

This was SVN commit r10422.
This commit is contained in:
Ykkrosh 2011-10-23 21:00:59 +00:00
parent f4ed019c46
commit 3efb3949d3

View File

@ -199,7 +199,7 @@ function onTick()
getGUIObjectByName("resourcePop").textcolor = DEFAULT_POPULATION_COLOR;
// Clear renamed entities list
Engine.GuiInterfaceCall("ClearRenamedEntities", {});
Engine.GuiInterfaceCall("ClearRenamedEntities");
}
function checkPlayerState()