Chat hours fix

This commit is contained in:
mysticbbs 2012-09-02 21:12:46 -04:00
parent 5546fbab23
commit 4805b01add
1 changed files with 1 additions and 1 deletions

View File

@ -1390,7 +1390,7 @@ Var
Temp : String; Temp : String;
Count : Integer; Count : Integer;
Begin 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)); Session.io.OutFull (Session.GetPrompt(23));
Temp := Session.io.GetInput(50, 50, 11, ''); Temp := Session.io.GetInput(50, 50, 11, '');