Updated for latest hl2sdk-dota changes.

--HG--
extra : amend_source : 503e712bb88b2da051c9ea3d6d51b7294ba83230
This commit is contained in:
Nicholas Hastings 2013-07-29 10:03:18 -04:00
parent 28f85aae7f
commit 636c100b6b

View File

@ -130,7 +130,11 @@ static cell_t ReadStringTable(IPluginContext *pContext, const cell_t *params)
}
stringidx = params[2];
#if SOURCE_ENGINE == SE_DOTA
value = pTable->GetString(stringidx, false);
#else
value = pTable->GetString(stringidx);
#endif
if (!value)
{