Merge pull request #112 from gsemaj/slider

Load NPC paths from JSON + update submodule ref
This commit is contained in:
2020-09-25 00:37:53 -05:00
committed by GitHub
4 changed files with 35 additions and 7 deletions

View File

@@ -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) {