mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
camelCase
This commit is contained in:
parent
b02f3f4090
commit
7027a9b972
@ -92,7 +92,7 @@ class SetupWizard{
|
||||
$config->save();
|
||||
|
||||
if(strtolower($this->getInput($this->lang->get("skip_installer"), "n", "y/N")) === "y"){
|
||||
$this->IPDetails();
|
||||
$this->printIpDetails();
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -102,7 +102,7 @@ class SetupWizard{
|
||||
$this->generateUserFiles();
|
||||
|
||||
$this->networkFunctions();
|
||||
$this->IPDetails();
|
||||
$this->printIpDetails();
|
||||
|
||||
$this->endWizard();
|
||||
|
||||
@ -222,7 +222,7 @@ LICENSE;
|
||||
$config->save();
|
||||
}
|
||||
|
||||
private function IPDetails() : void{
|
||||
private function printIpDetails() : void{
|
||||
$this->message($this->lang->get("ip_get"));
|
||||
|
||||
$externalIP = Internet::getIP();
|
||||
|
Loading…
x
Reference in New Issue
Block a user