Fix : 학교 옥상 디테일 수정

This commit is contained in:
user 2026-05-31 21:56:11 +09:00
parent 8a2c6e5131
commit ca44686d7f
3 changed files with 6 additions and 6 deletions

View File

@ -998,7 +998,7 @@ namespace WefLab
return rawValue * 100; // 1 balloon / gem = 100 KRW
case "twitch":
return rawValue / 10; // bits ??KRW (approx; currency.real preferred)
return rawValue / 10; // bits -> KRW (approx; currency.real preferred)
case "naver": // chzzk cheese
case "chzzk":
@ -1050,7 +1050,7 @@ namespace WefLab
timestamp = timestamp
};
Debug.Log($"[WefLab] DONATION ({platform}/{subtype}): {donorName} | raw {rawValue} ??{amount} KRW | {message}");
Debug.Log($"[WefLab] DONATION ({platform}/{subtype}): {donorName} | raw {rawValue} -> {amount} KRW | {message}");
EnqueueDonation(donation);
}