mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-25 21:05:49 +00:00
chore: format Minecraft.World
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include "../Platform/stdafx.h"
|
||||
#include "LevelConflictException.h"
|
||||
|
||||
LevelConflictException::LevelConflictException(const std::wstring& msg) : RuntimeException(msg)
|
||||
{
|
||||
}
|
||||
LevelConflictException::LevelConflictException(const std::wstring& msg)
|
||||
: RuntimeException(msg) {}
|
||||
Reference in New Issue
Block a user