diff --git a/mystic/bbs_general.pas b/mystic/bbs_general.pas index 5d79b49..9728978 100644 --- a/mystic/bbs_general.pas +++ b/mystic/bbs_general.pas @@ -1390,7 +1390,7 @@ Var Temp : String; Count : Integer; Begin - If Forced or ((TimerMinutes >= Config.ChatStart) and (TimerMinutes <= Config.ChatEnd)) Then Begin + If Forced or ((TimerMinutes DIV 60 >= Config.ChatStart) and (TimerMinutes DIV 60 <= Config.ChatEnd)) Then Begin Session.io.OutFull (Session.GetPrompt(23)); Temp := Session.io.GetInput(50, 50, 11, '');