mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-13 19:39:04 +07:00
Cleanup
This commit is contained in:
parent
83b20a90e6
commit
6e1eedc1ab
@ -388,7 +388,7 @@ public class Logic implements ApplicationListener{
|
||||
Time.update();
|
||||
|
||||
//weather is serverside
|
||||
if(!net.client()){
|
||||
if(!net.client() && !state.isEditor()){
|
||||
updateWeather();
|
||||
|
||||
for(TeamData data : state.teams.getActive()){
|
||||
|
@ -47,7 +47,7 @@ public class AmmoListValue<T extends UnlockableContent> implements StatValue{
|
||||
}
|
||||
|
||||
if(type.buildingDamageMultiplier != 1){
|
||||
sep(bt, Core.bundle.format("bullet.buildingdamage", type.buildingDamageMultiplier * 100));
|
||||
sep(bt, Core.bundle.format("bullet.buildingdamage", (int)(type.buildingDamageMultiplier * 100)));
|
||||
}
|
||||
|
||||
if(type.splashDamage > 0){
|
||||
|
Loading…
Reference in New Issue
Block a user