Rename and clean up MapleReactorFactory

This commit is contained in:
P0nk
2021-09-09 22:38:37 +02:00
parent dc4d710d12
commit 036854a8be
3 changed files with 7 additions and 8 deletions

View File

@@ -4299,7 +4299,7 @@ public class MapleMap {
return -1;
}
int reactorID = 9980000 + team;
Reactor reactor = new Reactor(MapleReactorFactory.getReactorS(reactorID), reactorID);
Reactor reactor = new Reactor(ReactorFactory.getReactorS(reactorID), reactorID);
pt.setTaken(true);
reactor.setPosition(pt.getPosition());
reactor.setName(team + "" + num); //lol