Remove debug

This commit is contained in:
zontreck 2025-03-10 12:04:12 -07:00
parent bda8e49ee1
commit caf12dfade
2 changed files with 6 additions and 6 deletions

View file

@ -177,7 +177,7 @@ public class RTPFactory
if (posX == null) if (posX == null)
{ {
// Let this get checked again // Let this get checked again
ServerUtilities.API.Logger.Notification("position null: resume search"); //ServerUtilities.API.Logger.Notification("position null: resume search");
} }
else else
{ {
@ -188,7 +188,7 @@ public class RTPFactory
ServerUtilities.SendMessageTo(rtp.player, Lang.Get($"{ServerUtilities.MOD_ID}:rtp", GetDistance(new Vec2i(rtp.StartPosition.X, rtp.StartPosition.Z), new Vec2i(posX.X, posX.Z)))); ServerUtilities.SendMessageTo(rtp.player, Lang.Get($"{ServerUtilities.MOD_ID}:rtp", GetDistance(new Vec2i(rtp.StartPosition.X, rtp.StartPosition.Z), new Vec2i(posX.X, posX.Z))));
ServerUtilities.API.Logger.Notification("position found"); //ServerUtilities.API.Logger.Notification("position found");
} }
ChunkChecks.Remove(chunk); ChunkChecks.Remove(chunk);
@ -218,7 +218,7 @@ public class RTPFactory
if (pos == null) if (pos == null)
{ {
// Let this get checked again // Let this get checked again
ServerUtilities.API.Logger.Notification("position null: resume search"); //ServerUtilities.API.Logger.Notification("position null: resume search");
} }
else else
{ {
@ -228,7 +228,7 @@ public class RTPFactory
ServerUtilities.SendMessageTo(data.player, Lang.Get($"{ServerUtilities.MOD_ID}:rtp", GetDistance(new Vec2i(data.StartPosition.X, data.StartPosition.Z), new Vec2i(pos.X, pos.Z)))); ServerUtilities.SendMessageTo(data.player, Lang.Get($"{ServerUtilities.MOD_ID}:rtp", GetDistance(new Vec2i(data.StartPosition.X, data.StartPosition.Z), new Vec2i(pos.X, pos.Z))));
ServerUtilities.API.Logger.Notification("position found"); //ServerUtilities.API.Logger.Notification("position found");
} }
// Remove this check // Remove this check

View file

@ -3,8 +3,8 @@
"modid": "ariasserverutils", "modid": "ariasserverutils",
"name": "Aria's Server Utilities", "name": "Aria's Server Utilities",
"authors": ["zontreck"], "authors": ["zontreck"],
"description": "A collection of server utilities\n\nBuild Date: 03-10-2025 @ 11:55 AM MST", "description": "A collection of server utilities\n\nBuild Date: 03-10-2025 @ 12:03 PM MST",
"version": "1.0.6-dev.18", "version": "1.0.6-dev.19",
"dependencies": { "dependencies": {
"game": "" "game": ""
} }