This commit is contained in:
Anuken 2020-12-29 19:48:30 -05:00
parent 83b20a90e6
commit 6e1eedc1ab
2 changed files with 2 additions and 2 deletions

View File

@ -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()){

View File

@ -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){