mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-15 04:38:21 +00:00
Update Zone.cpp
This commit is contained in:
parent
1207d896a8
commit
97b683fd59
@ -538,6 +538,7 @@ void Zone::LoadPath(std::istream& file) {
|
|||||||
|
|
||||||
LDFBaseData* ldfConfig = nullptr;
|
LDFBaseData* ldfConfig = nullptr;
|
||||||
if (path.pathType == PathType::Movement || path.pathType == PathType::Rail) {
|
if (path.pathType == PathType::Movement || path.pathType == PathType::Rail) {
|
||||||
|
// :+1:
|
||||||
waypoint.commands.push_back(WaypointCommand(WaypointCommandType::StringToWaypointCommandType(parameter), value));
|
waypoint.commands.push_back(WaypointCommand(WaypointCommandType::StringToWaypointCommandType(parameter), value));
|
||||||
} else {
|
} else {
|
||||||
ldfConfig = LDFBaseData::DataFromString(parameter + "=" + value);
|
ldfConfig = LDFBaseData::DataFromString(parameter + "=" + value);
|
||||||
|
Loading…
Reference in New Issue
Block a user