Convenient runtime changing of death link status requires 0.2.1
This commit is contained in:
		| @@ -171,7 +171,7 @@ class Factorio(World): | ||||
|         return super(Factorio, self).collect_item(state, item, remove) | ||||
|  | ||||
|     def get_required_client_version(self) -> tuple: | ||||
|         return max((0, 1, 6), super(Factorio, self).get_required_client_version()) | ||||
|         return max((0, 2, 1), super(Factorio, self).get_required_client_version()) | ||||
|  | ||||
|     options = factorio_options | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 CaitSith2
					CaitSith2