1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 20:53:28 +08:00

remove logs

This commit is contained in:
2023-10-20 21:28:24 +08:00
parent d14f67e901
commit 4635d70faa

View File

@@ -41,7 +41,6 @@ namespace Dustbin.NebulaSupport
{
public override void ProcessPacket(SyncPlanetData packet, INebulaConnection conn)
{
Dustbin.Logger.LogDebug("SyncPlanetDataProcessor.ProcessPacket()");
Dustbin.ImportData(packet.Data);
}
}
@@ -51,7 +50,6 @@ namespace Dustbin.NebulaSupport
{
public override void ProcessPacket(ToggleEvent packet, INebulaConnection conn)
{
Dustbin.Logger.LogDebug($"ToggleEventProcessor.ProcessPacket(): {packet.PlanetId} {packet.StorageId} {packet.Enable}");
var factory = GameMain.galaxy.PlanetById(packet.PlanetId)?.factory;
if (factory == null) return;
var storageId = packet.StorageId;