Fixed #2238
This commit is contained in:
@@ -726,7 +726,7 @@ public class UnitTypes implements ContentList{
|
|||||||
trailY = -4f;
|
trailY = -4f;
|
||||||
trailScl = 2f;
|
trailScl = 2f;
|
||||||
|
|
||||||
abilities.add(new StatusFieldAbility(StatusEffects.overclock, 60f * 10, 60f * 10f, 60f));
|
abilities.add(new StatusFieldAbility(StatusEffects.overclock, 60f * 6, 60f * 6f, 60f));
|
||||||
|
|
||||||
weapons.add(new Weapon("mount-weapon"){{
|
weapons.add(new Weapon("mount-weapon"){{
|
||||||
reload = 15f;
|
reload = 15f;
|
||||||
|
|||||||
@@ -415,7 +415,7 @@ public class JoinDialog extends BaseDialog{
|
|||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
private void loadServers(){
|
private void loadServers(){
|
||||||
servers = Core.settings.getJson("servers", Seq.class, Seq::new);
|
servers = Core.settings.getJson("servers", Seq.class, Server.class, Seq::new);
|
||||||
|
|
||||||
//load imported legacy data
|
//load imported legacy data
|
||||||
if(Core.settings.has("server-list")){
|
if(Core.settings.has("server-list")){
|
||||||
|
|||||||
Reference in New Issue
Block a user