private void OnServerInitialized() { _instance = this; _controller = new OvenController(); LoadData(); // Check if StackModifier is active if (plugins.Exists("StackModifier")) { Unsubscribe(nameof(CanStackItem)); PrintWarning("CanStackItem-Hook deaktiviert, because StackModifier is active."); } else { // If StackModifier is not active, subscribe to hook Subscribe(nameof(CanStackItem)); } // Further initializations... }
from a friend...I should ask if that will help you fix it?