Fixed little typo in comment, and uncommented zclass say command.

This commit is contained in:
Greyscale 2009-04-16 08:08:58 +02:00
parent 98c39fb517
commit 39ff709d7f
2 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@
/** /**
* Total number of classes that can be stored in each cache. A total of 32 * Total number of classes that can be stored in each cache. A total of 32
* classes should be enough. Too many classes will comfuse players. * classes should be enough. Too many classes will confuse players.
*/ */
#define ZR_CLASS_MAX 32 #define ZR_CLASS_MAX 32

View File

@ -35,10 +35,10 @@ public Action:SayCommand(client, argc)
ZRAdminMenu(client); ZRAdminMenu(client);
} }
/*else if (StrEqual(args, "!zclass", false)) else if (StrEqual(args, "!zclass", false))
{ {
ZClass(client); ClassMenuMain(client);
}*/ }
else if (StrEqual(args, "!zmarket", false)) else if (StrEqual(args, "!zmarket", false))
{ {