Merge branch 'master' of https://github.com/ronancpl/HeavenMS into credits_update
This commit is contained in:
@@ -27,14 +27,13 @@ import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import net.server.Server;
|
||||
import server.MaplePortal;
|
||||
import server.maps.MaplePortal;
|
||||
import server.TimerManager;
|
||||
import server.life.MapleMonster;
|
||||
import server.life.SpawnPoint;
|
||||
import server.maps.MapleMapObject;
|
||||
import server.maps.MapleMapObjectType;
|
||||
import server.maps.MapleReactor;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
import java.awt.*;
|
||||
import java.util.Arrays;
|
||||
|
||||
@@ -23,7 +23,7 @@ import java.util.Collection;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.command.Command;
|
||||
import constants.GameConstants;
|
||||
import constants.game.GameConstants;
|
||||
import net.server.Server;
|
||||
import net.server.world.World;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ package client.command.commands.gm5;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import constants.ServerConstants;
|
||||
import constants.net.ServerConstants;
|
||||
|
||||
public class SetCommand extends Command {
|
||||
{
|
||||
|
||||
@@ -25,7 +25,7 @@ package client.command.commands.gm5;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import constants.ServerConstants;
|
||||
import config.YamlConfig;
|
||||
|
||||
public class ShowMoveLifeCommand extends Command {
|
||||
{
|
||||
@@ -34,6 +34,6 @@ public class ShowMoveLifeCommand extends Command {
|
||||
|
||||
@Override
|
||||
public void execute(MapleClient c, String[] params) {
|
||||
ServerConstants.USE_DEBUG_SHOW_RCVD_MVLIFE = !ServerConstants.USE_DEBUG_SHOW_RCVD_MVLIFE;
|
||||
YamlConfig.config.server.USE_DEBUG_SHOW_RCVD_MVLIFE = !YamlConfig.config.server.USE_DEBUG_SHOW_RCVD_MVLIFE;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ package client.command.commands.gm5;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import constants.ServerConstants;
|
||||
import config.YamlConfig;
|
||||
|
||||
public class ShowPacketsCommand extends Command {
|
||||
{
|
||||
@@ -34,6 +34,6 @@ public class ShowPacketsCommand extends Command {
|
||||
|
||||
@Override
|
||||
public void execute(MapleClient c, String[] params) {
|
||||
ServerConstants.USE_DEBUG_SHOW_RCVD_PACKET = !ServerConstants.USE_DEBUG_SHOW_RCVD_PACKET;
|
||||
YamlConfig.config.server.USE_DEBUG_SHOW_RCVD_PACKET = !YamlConfig.config.server.USE_DEBUG_SHOW_RCVD_PACKET;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ package client.command.commands.gm5;
|
||||
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import net.server.coordinator.MapleSessionCoordinator;
|
||||
import net.server.coordinator.session.MapleSessionCoordinator;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user