Stub implementation of action filters

This commit is contained in:
Anuken
2020-01-08 09:37:18 -05:00
parent f8f3ecd451
commit 6e5d506a35
5 changed files with 32 additions and 5 deletions

View File

@@ -15,8 +15,7 @@ import static mindustry.Vars.netServer;
public abstract class NetConnection{
public final String address;
public boolean mobile, modclient;
public @Nullable
Player player;
public @Nullable Player player;
/** ID of last recieved client snapshot. */
public int lastRecievedClientSnapshot = -1;