Fixed little typo in comment, and uncommented zclass say command.
This commit is contained in:
parent
98c39fb517
commit
39ff709d7f
@ -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
|
||||||
|
|
||||||
|
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user