diff --git a/world/shared_tasks.cpp b/world/shared_tasks.cpp index a1840df55..4fbb153b5 100644 --- a/world/shared_tasks.cpp +++ b/world/shared_tasks.cpp @@ -128,7 +128,7 @@ bool SharedTaskManager::LoadSharedTaskState() return true; } -int SharedTaskManger::GetNextID() +int SharedTaskManager::GetNextID() { next_id++; // let's not be extra clever here ...