mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-20 19:46:10 +00:00
fix: PHP4x + PHP5x constructors change for PHP7+ compatible ones
This commit is contained in:
@@ -165,7 +165,7 @@ class Automation {
|
||||
return $popT;
|
||||
}
|
||||
|
||||
public function Automation() {
|
||||
public function __construct() {
|
||||
|
||||
$this->procNewClimbers();
|
||||
$this->ClearUser();
|
||||
|
||||
Reference in New Issue
Block a user