Server-side fog clip + Omnidirectional flare + resprite

This commit is contained in:
Anuken
2022-02-20 10:17:20 -05:00
parent 5fa4c09b1c
commit 5fa28e6090
23 changed files with 153 additions and 52 deletions

View File

@@ -49,6 +49,9 @@ public class ScriptConsoleFragment extends Table{
if(shown && !open && enableConsole){
toggle();
}
if(shown){
chatfield.requestKeyboard();
}
clearChatInput();
}