diff --git a/AriasServerUtils/RTPFactory.cs b/AriasServerUtils/RTPFactory.cs index a891813..ef37717 100644 --- a/AriasServerUtils/RTPFactory.cs +++ b/AriasServerUtils/RTPFactory.cs @@ -177,7 +177,7 @@ public class RTPFactory if (posX == null) { // Let this get checked again - ServerUtilities.API.Logger.Notification("position null: resume search"); + //ServerUtilities.API.Logger.Notification("position null: resume search"); } 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.API.Logger.Notification("position found"); + //ServerUtilities.API.Logger.Notification("position found"); } ChunkChecks.Remove(chunk); @@ -218,7 +218,7 @@ public class RTPFactory if (pos == null) { // Let this get checked again - ServerUtilities.API.Logger.Notification("position null: resume search"); + //ServerUtilities.API.Logger.Notification("position null: resume search"); } 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.API.Logger.Notification("position found"); + //ServerUtilities.API.Logger.Notification("position found"); } // Remove this check diff --git a/AriasServerUtils/modinfo.json b/AriasServerUtils/modinfo.json index f4dd3b9..b94b714 100644 --- a/AriasServerUtils/modinfo.json +++ b/AriasServerUtils/modinfo.json @@ -3,8 +3,8 @@ "modid": "ariasserverutils", "name": "Aria's Server Utilities", "authors": ["zontreck"], - "description": "A collection of server utilities\n\nBuild Date: 03-10-2025 @ 11:55 AM MST", - "version": "1.0.6-dev.18", + "description": "A collection of server utilities\n\nBuild Date: 03-10-2025 @ 12:03 PM MST", + "version": "1.0.6-dev.19", "dependencies": { "game": "" }