mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-09-08 11:44:21 -04:00
parent
af52b392f6
commit
e2a65d21d1
@ -303,6 +303,7 @@ fn openChat() void {
|
|||||||
gui.windowlist.chat.input.select();
|
gui.windowlist.chat.input.select();
|
||||||
}
|
}
|
||||||
fn openCommand() void {
|
fn openCommand() void {
|
||||||
|
if(game.world == null) return;
|
||||||
openChat();
|
openChat();
|
||||||
gui.windowlist.chat.input.clear();
|
gui.windowlist.chat.input.clear();
|
||||||
gui.windowlist.chat.input.inputCharacter('/');
|
gui.windowlist.chat.input.inputCharacter('/');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user