Don't try to do italics on messages with SE opcodes

This commit is contained in:
goat 2019-11-02 14:35:48 +09:00
parent 100c355a07
commit 6b5f8e6bed
2 changed files with 3 additions and 3 deletions

View file

@ -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;