mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Don't try to do italics on messages with SE opcodes
This commit is contained in:
parent
100c355a07
commit
6b5f8e6bed
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ namespace Dalamud.Injector {
|
|||
Process.GetCurrentProcess().Kill();
|
||||
};
|
||||
|
||||
int pid = int.Parse(args[0]);
|
||||
var pid = int.Parse(args[0]);
|
||||
|
||||
Process process = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue