버전 코드 통합

This commit is contained in:
2018-04-01 04:12:03 +09:00
parent 3eb0f22439
commit 762e7f72c3
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -1510,7 +1510,12 @@ function msgprint($connect, $msg, $name, $picture, $imgsvr, $when, $num, $type)
function banner() {
return sprintf('<font size=2>%s / %s <br> %s</font>', GameConst::$version, GameConst::$banner, GameConst::$helper);
return sprintf(
'<font size=2>%s %s / %s <br> %s</font>',
GameConst::$title,
VersionGit::$version,
GameConst::$banner,
GameConst::$helper);
}
function addTurn($date, int $turnterm, int $turn=1) {