mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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) {
|
private void OnDebugZoneDownInjectCommand(string command, string arguments) {
|
||||||
var data = File.ReadAllBytes(arguments);
|
var data = File.ReadAllBytes(arguments);
|
||||||
|
|
||||||
Framework.Network.InjectZoneProtoPacket(data);
|
Framework.Network.InjectZoneProtoPacket(data);
|
||||||
Framework.Gui.Chat.Print($"{arguments} OK with {data.Length} bytes");
|
Framework.Gui.Chat.Print($"{arguments} OK with {data.Length} bytes");
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
private void OnRouletteBonusNotifyCommand(string command, string arguments)
|
private void OnRouletteBonusNotifyCommand(string command, string arguments)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue