mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Multiplayer bugfixes
This commit is contained in:
parent
29e9d064df
commit
2584197a02
24 changed files with 139 additions and 70 deletions
|
|
@ -58,7 +58,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||
public int rotation;
|
||||
public boolean droppingItem;
|
||||
public Group uiGroup;
|
||||
public boolean isShooting, isBuilding = true, buildWasAutoPaused = false, isBoosting = false;
|
||||
public boolean isBuilding = true, buildWasAutoPaused = false;
|
||||
public @Nullable UnitType controlledType;
|
||||
|
||||
protected @Nullable Schematic lastSchematic;
|
||||
|
|
@ -249,7 +249,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||
}
|
||||
|
||||
public void update(){
|
||||
player.typing(ui.chatfrag.shown());
|
||||
player.typing = ui.chatfrag.shown();
|
||||
|
||||
if(player.isBuilder()){
|
||||
player.builder().building(isBuilding);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue