Sync unit velocity / Sync separator seed / 127.x Compat break

This commit is contained in:
Anuken
2021-07-06 11:41:05 -04:00
parent 5693605f31
commit 01a3c772e7
25 changed files with 50 additions and 22 deletions

View File

@@ -44,6 +44,13 @@ abstract class BulletComp implements Timedc, Damagec, Hitboxc, Teamc, Posc, Draw
}
}
//bullets always considered local
@Override
@Replace
public boolean isLocal(){
return true;
}
@Override
public void add(){
type.init(self());