* generalID, generalName 동작 안하는 문제 해결
* Event 관련 클래스 표기 실수 해결
This commit is contained in:
@@ -118,10 +118,10 @@ class Session {
|
||||
|
||||
public function __get(string $name){
|
||||
if($name == 'generalID'){
|
||||
return $this->get(DB::prefix().static::GAME_KEY_GENERAL_ID);
|
||||
return $this->get(UniqueConst::$serverID.static::GAME_KEY_GENERAL_ID);
|
||||
}
|
||||
if($name == 'generalName'){
|
||||
return $this->get(DB::prefix().static::GAME_KEY_GENERAL_NAME);
|
||||
return $this->get(UniqueConst::$serverID.static::GAME_KEY_GENERAL_NAME);
|
||||
}
|
||||
return $this->get($name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user