시스템 업데이트로 인한 임시 커밋

This commit is contained in:
김판돌 2024-03-31 20:35:12 +09:00
parent 654c643b08
commit 42e51fa78d
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ namespace Server.Git
logger.Info("version : " + ProtocolProcessor.version);
if (ProtocolProcessor.version == "")
{
ProtocolProcessor.version = Statics.dynamicDataSQL.SelectName("version").value;