remove le $

This commit is contained in:
JohnCorby 2022-08-05 13:59:53 -07:00
parent 754e17968a
commit fc1f6e74c6

View File

@ -76,7 +76,7 @@ namespace NewHorizons.Handlers
if (!sector) if (!sector)
{ {
Logger.LogWarning($"StreamingHandler for {obj} has null sector. " + Logger.LogWarning($"StreamingHandler for {obj} has null sector. " +
$"This can lead to the thing being unloaded permanently."); "This can lead to the thing being unloaded permanently.");
return; return;
} }