mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: release build not working due to defines
This commit is contained in:
parent
478c75fd01
commit
f31ee90b66
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue