src/ai/api/ai_list_valuator.hpp
branchnoai
changeset 9775 4a30f9e841ca
parent 9772 c1035f0ac732
child 9778 38560cd27070
--- a/src/ai/api/ai_list_valuator.hpp	Tue Feb 26 15:14:21 2008 +0000
+++ b/src/ai/api/ai_list_valuator.hpp	Tue Feb 26 15:14:45 2008 +0000
@@ -23,7 +23,7 @@
 	/**
 	 * The name of this list, to check if we can be used with a List.
 	 */
-	const char *GetListName() const { return "AIList"; }
+	const char *GetListName() const { return NULL; }
 
 	int32 Valuate(int32 item) const;
 };