Fix file size, fix onenable errors, fix database queries, all particle calculations now use doubles, steps are now done consistently with ints, still unstable with lots of unimplemented features/commands

This commit is contained in:
Esophose 2018-09-27 02:42:41 -06:00
parent 8354f40a04
commit a433189b45
16 changed files with 154 additions and 126 deletions

View file

@ -8,7 +8,7 @@ import com.esophose.playerparticles.particles.PPlayer;
public class EditCommandModule implements CommandModule {
public void onCommandExecute(PPlayer pplayer, String[] args) {
}
public List<String> onTabComplete(PPlayer pplayer, String[] args) {