Replicator fixed.

Fucking Granny...
This commit is contained in:
ericnerdo 2016-05-13 15:28:41 +02:00
parent 6a8d73c098
commit cc1094512a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ public class PlayerBaseDrawer extends AbstractDrawer implements Drawer {
PlayerBase playerbase;
public PlayerBaseDrawer(PlayerBase pb) throws IOException {
super("Replicator.png");
super("Replicator_Down.png");
playerbase = pb;
}