Remove debug messages for model menu.
parent
502026a640
commit
c7039884e1
|
@ -866,8 +866,6 @@ enableModelMenu(playerCommand)
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
player waittill("modelmenu_requested");
|
player waittill("modelmenu_requested");
|
||||||
|
|
||||||
player IPrintLn("Opening model menu...");
|
|
||||||
player openPopupMenu(game["menu_models"]);
|
player openPopupMenu(game["menu_models"]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -890,7 +888,6 @@ handleModelMenuSelection()
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// Possible values: chmodel,<id>; back
|
// Possible values: chmodel,<id>; back
|
||||||
player IPrintLn(response);
|
|
||||||
selection = StrTok(response, ",");
|
selection = StrTok(response, ",");
|
||||||
switch (selection[0])
|
switch (selection[0])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue