Potential fix for #5660

This commit is contained in:
Anuken
2021-07-28 11:51:20 -04:00
parent b64432dafd
commit fef8ee925b
3 changed files with 4 additions and 4 deletions

View File

@@ -248,7 +248,7 @@ public class CoreBlock extends StorageBlock{
@Override
public void onControlSelect(Player player){
Fx.spawn.at(player);
if(net.client()){
if(net.client() && player == Vars.player){
control.input.controlledType = null;
}