mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 18:54:13 +00:00
Fix ninjago crashes (#837)
Fixed reading speed from rail paths Made the config of rail paths be read in sanely due to not having a type Fixes #835
This commit is contained in:
@@ -75,7 +75,6 @@ struct RacingPathWaypoint {
|
||||
|
||||
struct RailPathWaypoint {
|
||||
float speed;
|
||||
std::vector<LDFBaseData*> config;
|
||||
};
|
||||
|
||||
struct PathWaypoint {
|
||||
|
Reference in New Issue
Block a user