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
@@ -81,7 +81,7 @@ public:
);
}
static SpawnGroup New()
static SpawnGroup NewEntity()
{
SpawnGroup entry;
@@ -155,7 +155,7 @@ public:
}
}
return New();
return NewEntity();
}
};