mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
CustomSpawnPoint: removed unneeded logging
This commit is contained in:
parent
e61049462b
commit
45bbfe0d93
3 changed files with 5 additions and 5 deletions
|
@ -97,7 +97,7 @@ namespace NAK.CustomSpawnPoint
|
|||
|
||||
internal static void OnRequestWorldDetailsPage(string worldId)
|
||||
{
|
||||
CustomSpawnPointMod.Logger.Msg("Requesting world details page for world: " + worldId);
|
||||
//CustomSpawnPointMod.Logger.Msg("Requesting world details page for world: " + worldId);
|
||||
|
||||
requestedWorldId = worldId;
|
||||
requestedSpawnPoint = spawnPoints.TryGetValue(requestedWorldId, out SpawnPointData spawnPoint) ? spawnPoint : null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue