From d9f39f14fa0b0e8d025a8deef1d0c85da89c31f6 Mon Sep 17 00:00:00 2001 From: Emma Miler <27428383+emma-miler@users.noreply.github.com> Date: Wed, 15 Jun 2022 01:10:39 +0200 Subject: Fix bug where emit wouldn't be blocked if uppercase (#192) * Fix bug where emit wouldnt be blocked if uppercase * Moved emit blocker to ExploitFixes.cpp * Format change * Use `strnicmp` instead of a custom functions * Resolve merge conflicts * Format changes --- NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 1 - 1 file changed, 1 deletion(-) (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj') diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index cddbd3a7..5a7c9529 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -587,7 +587,6 @@ - -- cgit v1.2.3