mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 04:32:06 +00:00 
			
		
		
		
	Update Zone.cpp
This commit is contained in:
		| @@ -538,6 +538,7 @@ void Zone::LoadPath(std::istream& file) { | ||||
|  | ||||
| 				LDFBaseData* ldfConfig = nullptr; | ||||
| 				if (path.pathType == PathType::Movement || path.pathType == PathType::Rail) { | ||||
| 					// :+1: | ||||
| 					waypoint.commands.push_back(WaypointCommand(WaypointCommandType::StringToWaypointCommandType(parameter), value)); | ||||
| 				} else { | ||||
| 					ldfConfig = LDFBaseData::DataFromString(parameter + "=" + value); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Markowitz
					David Markowitz