Reformat and clean up "server" package
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
package server.maps;
|
||||
|
||||
public class SavedLocation {
|
||||
private int mapid = 102000000, portal;
|
||||
private int mapid = 102000000;
|
||||
private final int portal;
|
||||
|
||||
public SavedLocation(int mapid, int portal) {
|
||||
this.mapid = mapid;
|
||||
|
||||
Reference in New Issue
Block a user