
Originally Posted by
Robson26
Simple test for you who don't have the source code:
1 - Do backup of your Al-Game
2 - open Al-Game with 7-zip and look for \com\aionemu\gameserver\services\RestartService$2.class
delete this RestartService$2.class close 7-zip and test.
RestartService$2.class this is it...
package com.aionemu.gameserver.services;
import com.aionemu.gameserver.ShutdownHook;
class RestartService$2 implements Runnable {
@Override
public void run() {
final int delay2 = 300;
RestartService.this.log.info("Restart Server Service");
ShutdownHook.getInstance().doShutdown(delay2, 20, ShutdownHook.ShutdownMode.RESTART);