Examples of MeetSanta


Examples of games.stendhal.server.maps.quests.MeetSanta

    if (System.getProperty("stendhal.santa") != null) {
      admin.sendPrivateText("Santa is already active.");
      return;
    }
    System.setProperty("stendhal.santa", "true");
    StendhalQuestSystem.get().loadQuest(new MeetSanta());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.