Fixed compile errors, unitification

This commit is contained in:
Anuken
2018-03-15 21:42:23 -04:00
parent 807c4688c2
commit 52c0a8e573
35 changed files with 392 additions and 347 deletions

View File

@@ -121,7 +121,7 @@ public class Weapon extends Upgrade{
shootInternal(p, x, y, angle);
if(Net.active() && p == Vars.player){
NetEvents.handleShoot(this, x, y, angle);
NetEvents.handleShoot(Vars.player, x, y, angle, id);
}
}