generated from AriasCreations/vsmodtemplate
Remove debug
This commit is contained in:
parent
bda8e49ee1
commit
caf12dfade
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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": ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue