Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3395 from luca28pet/patch-1
Browse files Browse the repository at this point in the history
Spelling fix
  • Loading branch information
shoghicp committed Aug 22, 2015
2 parents f1cc8dd + 1a9ec65 commit 91bda13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pocketmine/utils/ServerKiller.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ public function __construct($time = 15){

public function run(){
sleep($this->time);
echo "\nTook to long to stop, server was killed forcefully!\n";
echo "\nTook too long to stop, server was killed forcefully!\n";
@\pocketmine\kill(getmypid());
}

public function getThreadName(){
return "Server Killer";
}
}
}

0 comments on commit 91bda13

Please sign in to comment.