mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Not sure how that happened
This commit is contained in:
parent
fbb13ec416
commit
153e587cea
@ -10686,7 +10686,7 @@ void command_logs(Client *c, const Seperator *sep){
|
||||
/* We use a general 'is_category_enabled' now, let's update when we update any output settings
|
||||
This is used in hot places of code to check if its enabled in any way before triggering logs
|
||||
*/
|
||||
if (atoi(sep->arg[4] > 0){
|
||||
if (atoi(sep->arg[4]) > 0){
|
||||
Log.log_settings[atoi(sep->arg[3])].is_category_enabled = 1;
|
||||
}
|
||||
else{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user