mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-09 20:29:06 +07:00
Fixed #2238
This commit is contained in:
parent
1bb621bbd5
commit
54e5d6a302
@ -726,7 +726,7 @@ public class UnitTypes implements ContentList{
|
||||
trailY = -4f;
|
||||
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"){{
|
||||
reload = 15f;
|
||||
|
@ -415,7 +415,7 @@ public class JoinDialog extends BaseDialog{
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
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
|
||||
if(Core.settings.has("server-list")){
|
||||
|
Loading…
Reference in New Issue
Block a user