메시지 시스템에 9자 닉네임 적용
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ function processWar($general, $city) {
|
||||
$gameStor = KVStorage::getStorage($db, 'game_env');
|
||||
$connect=$db->get();
|
||||
|
||||
$templates = new \League\Plates\Engine('templates');
|
||||
$templates = new \League\Plates\Engine(__dir__.'/templates');
|
||||
|
||||
$date = substr($general['turntime'],11,5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user