mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 19:14:46 +02:00
Whoops.. fix compile.
This commit is contained in:
+1
-1
@@ -397,7 +397,7 @@ long find_user_mode(char letter)
|
||||
Umode *um;
|
||||
|
||||
#ifndef DEBUGMODE
|
||||
return umode_letter_to_handler[letter];
|
||||
return umode_letter_to_handler[letter]->mode;
|
||||
#else
|
||||
/* In debug mode we check for umode_letter_to_handler[] mismatch with list */
|
||||
for (um = usermodes; um; um = um->next)
|
||||
|
||||
Reference in New Issue
Block a user