Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwin99 committed Feb 5, 2023
1 parent a697d95 commit 8733c0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SEWorldGenPlugin/Session/MyGPSManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ public bool ModifyDynamicGps(string name, Color color, Vector3D pos, long player
if (!found) // Delete the gps info stored
{
RemoveDynamicGps(playerId, id);
MyPluginLog.Log("DELETED GPS");
return false;
}

Expand Down

0 comments on commit 8733c0c

Please sign in to comment.