home · contact · privacy
Simplified client control library and interaction with it.
[plomrogue] / src / server / map_object_actions.c
index f7bdcb4c0fd88d99ebd26ae65d64d6ac2c59d0d1..37e113c0f73617cc9f456de7d16b19f2b3477567 100644 (file)
@@ -277,7 +277,7 @@ extern uint8_t get_moa_id_by_name(char * name)
         }
         moa = moa->next;
     }
-    exit_err(NULL == moa, "get_moa_id_name() did not find map object action.");
+    exit_err(NULL==moa, "get_moa_id_by_name() did not find map object action.");
     return moa->id;
 }