mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 14:24:33 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -32,7 +32,7 @@ void DemoMode::tick()
|
||||
else if (day == 1)
|
||||
{
|
||||
Options *options = minecraft->options;
|
||||
wstring message;
|
||||
std::wstring message;
|
||||
|
||||
if (time == 100) {
|
||||
minecraft.gui.addMessage("Seed: " + minecraft.level.getSeed());
|
||||
|
||||
Reference in New Issue
Block a user