Fix character creation tenancy operations

This commit is contained in:
Akkadius
2020-03-31 01:49:42 -05:00
parent 019735c654
commit dae20afcba
14 changed files with 186 additions and 120 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ public:
);
}
static Grid Default()
static Grid NewEntity()
{
Grid entry{};
@@ -113,7 +113,7 @@ public:
}
}
return Default();
return NewEntity();
}
};