Removed killing php to end the process

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-03 12:21:12 +02:00
parent e0747a9c44
commit dbc357c266
5 changed files with 6 additions and 23 deletions

View File

@@ -315,7 +315,6 @@ class ServerAPI{
$this->server->init();
unregister_tick_function(array($this->server, "tick"));
$this->__destruct();
unset($this->server);
if($this->getProperty("upnp-forwarding") === true ){
console("[INFO] [UPnP] Removing port forward...");
UPnP_RemovePortForward($this->getProperty("port"));