diff --git a/amxmodx/util.cpp b/amxmodx/util.cpp index b1f3516c..891ca91c 100755 --- a/amxmodx/util.cpp +++ b/amxmodx/util.cpp @@ -291,7 +291,6 @@ void UTIL_ClientPrint(edict_t *pEntity, int msg_dest, char *msg) MESSAGE_BEGIN(MSG_BROADCAST, gmsgTextMsg); WRITE_BYTE(msg_dest); - WRITE_STRING("%s"); WRITE_STRING(msg); MESSAGE_END(); msg[190] = c; @@ -307,7 +306,6 @@ void UTIL_ClientSayText(edict_t *pEntity, int sender, char *msg) MESSAGE_BEGIN(MSG_ONE, gmsgSayText, NULL, pEntity); WRITE_BYTE(sender); - WRITE_STRING("%s"); WRITE_STRING(msg); MESSAGE_END(); msg[190] = c; diff --git a/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj b/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj index 9f388f28..c0bdfc40 100644 --- a/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj +++ b/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj @@ -146,7 +146,6 @@ - diff --git a/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj.filters b/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj.filters index be95ef31..49059432 100644 --- a/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj.filters +++ b/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj.filters @@ -56,9 +56,6 @@ Module SDK\SDK Base - - Source Files - diff --git a/dlls/geoip/msvc12/geoip.vcxproj b/dlls/geoip/msvc12/geoip.vcxproj index 64b4c285..c83f8fdd 100644 --- a/dlls/geoip/msvc12/geoip.vcxproj +++ b/dlls/geoip/msvc12/geoip.vcxproj @@ -98,7 +98,7 @@ - + diff --git a/dlls/geoip/msvc12/geoip.vcxproj.filters b/dlls/geoip/msvc12/geoip.vcxproj.filters index 925629bc..c8b800d8 100644 --- a/dlls/geoip/msvc12/geoip.vcxproj.filters +++ b/dlls/geoip/msvc12/geoip.vcxproj.filters @@ -23,6 +23,9 @@ + + GeoIP2 + Source Files @@ -35,9 +38,6 @@ Module SDK\SDK Base - - GeoIP2 -