|
@@ -42,7 +42,7 @@ class Info_Gates extends Object_ext {
|
|
|
|
|
|
public function __construct($arg = null) {
|
|
public function __construct($arg = null) {
|
|
if($tag == null){
|
|
if($tag == null){
|
|
- if($this->CurrentGateId == 0 ){
|
|
|
|
|
|
+ if($this->CurrentGateId == 0){
|
|
$startId= 1;
|
|
$startId= 1;
|
|
$this->CurrentGateId = $startId;
|
|
$this->CurrentGateId = $startId;
|
|
$this->UnlockedGatesMaxId = $startId;
|
|
$this->UnlockedGatesMaxId = $startId;
|