가상, 사실 거꾸로 표기한 점 수정

This commit is contained in:
2018-04-27 22:21:43 +09:00
parent 0cfb80b7bf
commit 2102a852cb
+1 -1
View File
@@ -35,7 +35,7 @@ if(file_exists(__dir__.'/.htaccess')){
'reserved'=>[ 'reserved'=>[
'scenarioName'=>$options['scenarioName'], 'scenarioName'=>$options['scenarioName'],
'turnterm'=>$options['turnterm'], 'turnterm'=>$options['turnterm'],
'fictionMode'=>($options['fiction']?'사실':'가상'), 'fictionMode'=>($options['fiction']?'가상':'사실'),
'npcMode'=>($options['npcmode']?'가능':'불가'), 'npcMode'=>($options['npcmode']?'가능':'불가'),
'openDatetime'=>$reserved['date'] 'openDatetime'=>$reserved['date']
], ],