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