ZCookies module completed, added to the main menu, translations updated.

This commit is contained in:
Greyscale
2009-06-21 21:08:26 -07:00
parent ff7528f09f
commit b74bbe67ce
12 changed files with 301 additions and 32 deletions

View File

@ -153,7 +153,7 @@ public ClassMenuMainHandle(Handle:menu, MenuAction:action, client, slot)
{
if (slot == MenuCancel_ExitBack)
{
MenuMain(client);
ZMenuMain(client);
}
}
}