summaryrefslogtreecommitdiff
path: root/src/map/chrif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/chrif.cpp')
-rw-r--r--src/map/chrif.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp
index 6f5278e..ba295c3 100644
--- a/src/map/chrif.cpp
+++ b/src/map/chrif.cpp
@@ -1269,7 +1269,7 @@ void send_users_tochar(timer_id, tick_t, custom_id_t, custom_data_t)
if (session[i] && (sd = (struct map_session_data *)session[i]->session_data) && sd->state.auth &&
!((battle_config.hide_GM_session
|| sd->state.shroud_active
- || (sd->status.option & OPTION_HIDE)) && pc_isGM(sd)))
+ || bool(sd->status.option & Option::HIDE)) && pc_isGM(sd)))
{
WFIFOL(char_fd, 6 + 4 * users) = sd->status.char_id;
users++;