Package games.stendhal.server.maps.quests

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

Related Classes of games.stendhal.server.maps.quests.MeetSanta

Copyright © 2018 www.massapicom. 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.