From 1518a30ad250299c03388ac41997ab0b675260a4 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 2 Jul 2016 16:55:40 +0200 Subject: [PATCH] Ignore asset stuff again --- deps/mongoose | 2 +- deps/protobuf | 2 +- src/Components/Modules/QuickPatch.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/mongoose b/deps/mongoose index 421b420a..b7a07483 160000 --- a/deps/mongoose +++ b/deps/mongoose @@ -1 +1 @@ -Subproject commit 421b420a0c159a8cbd027f87674b19f4a9b77993 +Subproject commit b7a074831295e5b1596de31906156dea1420a9ec diff --git a/deps/protobuf b/deps/protobuf index c18aa779..cae3b0cb 160000 --- a/deps/protobuf +++ b/deps/protobuf @@ -1 +1 @@ -Subproject commit c18aa7795a2e02ef700ff8b039d94ecdcc33432f +Subproject commit cae3b0cbb689d0ed1e5da73942a5a9705f3411b0 diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index b6ee6056..76877017 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -211,7 +211,7 @@ namespace Components Utils::Hook::Set(0x6DF5D6, '5'); // disable 'ignoring asset' notices - //Utils::Hook::Nop(0x5BB902, 5); + Utils::Hook::Nop(0x5BB902, 5); // disable migration_dvarErrors Utils::Hook::Set(0x60BDA7, 0);