diff --git a/core/AdminCache.cpp b/core/AdminCache.cpp index 58478ad0..fa6bcc9d 100644 --- a/core/AdminCache.cpp +++ b/core/AdminCache.cpp @@ -823,7 +823,7 @@ void AdminCache::DumpAdminCache(int cache_flags, bool rebuild) /* If we only requested an admin rebuild, re-use the internal memory */ if (((cache_flags & ADMIN_CACHE_ADMINS) == ADMIN_CACHE_ADMINS) - && (cache_flags & (1<<2) != (1<<2))) + && ((cache_flags & (1<<2)) != (1<<2))) { InvalidateAdminCache(true); } diff --git a/core/msvc8/sourcemod_mm.vcproj b/core/msvc8/sourcemod_mm.vcproj index 7fdd69da..a5e95c10 100644 --- a/core/msvc8/sourcemod_mm.vcproj +++ b/core/msvc8/sourcemod_mm.vcproj @@ -1,7 +1,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -