Cleanup
This commit is contained in:
@@ -388,7 +388,7 @@ public class Logic implements ApplicationListener{
|
|||||||
Time.update();
|
Time.update();
|
||||||
|
|
||||||
//weather is serverside
|
//weather is serverside
|
||||||
if(!net.client()){
|
if(!net.client() && !state.isEditor()){
|
||||||
updateWeather();
|
updateWeather();
|
||||||
|
|
||||||
for(TeamData data : state.teams.getActive()){
|
for(TeamData data : state.teams.getActive()){
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ public class AmmoListValue<T extends UnlockableContent> implements StatValue{
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(type.buildingDamageMultiplier != 1){
|
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){
|
if(type.splashDamage > 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user