mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-13 19:39:04 +07:00
Removed logging
This commit is contained in:
parent
48bf88f99d
commit
47e723c557
@ -72,11 +72,6 @@ public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
|
||||
private Vector2 movement = new Vector2();
|
||||
private boolean moved;
|
||||
|
||||
{
|
||||
RuntimeException e = new RuntimeException("player " + name);
|
||||
Core.app.post(e::printStackTrace);
|
||||
}
|
||||
|
||||
//endregion
|
||||
|
||||
//region unit and event overrides, utility methods
|
||||
|
@ -804,8 +804,6 @@ public class ServerControl implements ApplicationListener{
|
||||
players.add(p);
|
||||
p.setDead(true);
|
||||
}
|
||||
|
||||
Log.info("Group contents:\n{0}\n{1}\n\n", players, playerGroup.all());
|
||||
|
||||
logic.reset();
|
||||
|
||||
@ -814,8 +812,6 @@ public class ServerControl implements ApplicationListener{
|
||||
logic.play();
|
||||
state.rules = world.getMap().applyRules(lastMode);
|
||||
|
||||
Log.info("Group contents post:\n{0}\n{1}\n\n", players, playerGroup.all());
|
||||
|
||||
for(Player p : players){
|
||||
p.reset();
|
||||
if(state.rules.pvp){
|
||||
|
Loading…
Reference in New Issue
Block a user