mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 07:17:57 +00:00
refactor(Core/Misc): add braces and impove codestyle (#6402)
This commit is contained in:
@@ -16,7 +16,9 @@ namespace VMAP
|
||||
VMapManager2* VMapFactory::createOrGetVMapManager()
|
||||
{
|
||||
if (!gVMapManager)
|
||||
{
|
||||
gVMapManager = new VMapManager2();
|
||||
}
|
||||
|
||||
return gVMapManager;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user