fix: release build not working due to defines

This commit is contained in:
goat 2019-12-12 19:51:05 +09:00
parent 478c75fd01
commit f31ee90b66

View file

@ -421,12 +421,14 @@ namespace Dalamud {
});
}
#if DEBUG
private void OnDebugZoneDownInjectCommand(string command, string arguments) {
var data = File.ReadAllBytes(arguments);
Framework.Network.InjectZoneProtoPacket(data);
Framework.Gui.Chat.Print($"{arguments} OK with {data.Length} bytes");
}
#endif
private void OnRouletteBonusNotifyCommand(string command, string arguments)
{