[Cleanup] Remove unnecessary reference types (#4212)

Minor clean up from #4054 and #4181
This commit is contained in:
JJ
2024-03-27 22:17:21 -04:00
committed by GitHub
parent 20d9417628
commit 52417023f8
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1113,7 +1113,7 @@ uint8 Mob::GetArchetype() const
return Archetype::Hybrid;
}
const std::string& Mob::GetArchetypeName()
const std::string Mob::GetArchetypeName()
{
switch (GetArchetype()) {
case Archetype::Hybrid: