Skip to content

Commit

Permalink
#none
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Aug 16, 2021
1 parent a4746cc commit 0a5ee2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osr/interface/gametabs/options.simba
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ end;

procedure TRSOptions.RenderSelf;
begin
if SRL.CountColor(CHAT_COLOR_BLUE, Chat.GetLineBoxes[CHAT_INPUT_LINE]) > 14 then
Keyboard.PressKey(VK_ENTER);
Keyboard.Send('::renderself', VK_ENTER);
end;

Expand Down

0 comments on commit 0a5ee2e

Please sign in to comment.