Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. mad

    Resolved Account instance sticks for multiple hours after closing?

    I have 12 instances, and it won't let me run any clients at the moment because it says I have reached my limit of 12, even though not a single client has been running for over an hour. Why does the instance stick for so long? What can I do about this? @Cloud @Arbiter
  2. mad

    Resolved Dimension doesn't change the canvas size on linux

    I'm starting the client with the dimension arguments: -dimensions=123x123 But it doesn't seem to have any effect on CentOS XFCE
  3. mad

    Resolved Syncing with RuneMate Cloud

    Just sits indefinately, what do misc?
  4. mad

    Resource Simple addition to the node framework

    public class ModuleWrapper { private LinkedHashMap<Condition, ArrayList<Module>> arrayListMap = new LinkedHashMap<>(); public ArrayList addModuleList(Condition condition) { return arrayListMap.put(condition, new ArrayList<>()); } private ArrayList<Module> getMapKey(int...
Top