mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 12:13:31 +08:00
remove logs
This commit is contained in:
@@ -41,7 +41,6 @@ namespace Dustbin.NebulaSupport
|
|||||||
{
|
{
|
||||||
public override void ProcessPacket(SyncPlanetData packet, INebulaConnection conn)
|
public override void ProcessPacket(SyncPlanetData packet, INebulaConnection conn)
|
||||||
{
|
{
|
||||||
Dustbin.Logger.LogDebug("SyncPlanetDataProcessor.ProcessPacket()");
|
|
||||||
Dustbin.ImportData(packet.Data);
|
Dustbin.ImportData(packet.Data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -51,7 +50,6 @@ namespace Dustbin.NebulaSupport
|
|||||||
{
|
{
|
||||||
public override void ProcessPacket(ToggleEvent packet, INebulaConnection conn)
|
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;
|
var factory = GameMain.galaxy.PlanetById(packet.PlanetId)?.factory;
|
||||||
if (factory == null) return;
|
if (factory == null) return;
|
||||||
var storageId = packet.StorageId;
|
var storageId = packet.StorageId;
|
||||||
|
|||||||
Reference in New Issue
Block a user