mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #1958 Do not install point module trigger by default
초기 설치시 포인트 모듈의 트리거를 등록하면 포인트 모듈이 정상 동작하나 실제 설정은 OFF인 이상한 상태가 됩니다. 따라서 실제 설정과 동작을 일치시키기 위해 트리거 등록 코드를 삭제합니다. 포인트 모듈 활성화시 같은 함수를 실행하므로 동작상 오류는 없습니다.
This commit is contained in:
parent
d0cdcb5d2a
commit
d2a42f570f
1 changed files with 0 additions and 3 deletions
|
|
@ -159,9 +159,6 @@ class point extends ModuleObject
|
|||
|
||||
// Create a directory to store points information.
|
||||
FileHandler::makeDir('./files/member_extra_info/point');
|
||||
|
||||
// Register triggers.
|
||||
$this->registerTriggers();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue