Skip to content

Commit f51522d

Browse files
committed
Disable KeyValues.Merge on darkm
1 parent c11164c commit f51522d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/smn_keyvalues.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ static cell_t smn_KvGetSectionSymbol(IPluginContext *pCtx, const cell_t *params)
11151115

11161116
static cell_t KeyValues_Merge(IPluginContext *pContext, const cell_t *params)
11171117
{
1118-
#if SOURCE_ENGINE == SE_EPISODEONE
1118+
#if SOURCE_ENGINE < SE_ORANGEBOX
11191119
return pContext->ThrowNativeError("KeyValues.Merge is not supported on this engine version");
11201120
#else
11211121
Handle_t hndl_this = static_cast<Handle_t>(params[1]);

0 commit comments

Comments
 (0)