mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-17 10:30:05 +00:00
Merge pull request #112 from gsemaj/slider
Load NPC paths from JSON + update submodule ref
This commit is contained in:
@@ -304,7 +304,7 @@ void TransportManager::stepNPCPathing() {
|
||||
move.iToX = point.x;
|
||||
move.iToY = point.y;
|
||||
move.iToZ = point.z;
|
||||
move.iSpeed = 600; // TODO: figure out a way to make this variable
|
||||
move.iSpeed = distanceBetween;
|
||||
|
||||
// send packet to players in view
|
||||
for (Chunk* chunk : chunks) {
|
||||
|
||||
Reference in New Issue
Block a user