Skip to content

Commit 7676322

Browse files
committed
Add resetPlayerBlurLevel which is an alias to resetBlurLevvel
1 parent 8ec574a commit 7676322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Client/mods/deathmatch/logic/lua/CLuaManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ void CLuaManager::LoadCFunctions()
317317
{"setBlurLevel", CLuaFunctionDefs::SetBlurLevel},
318318
{"getBlurLevel", CLuaFunctionDefs::GetBlurLevel},
319319
{"resetBlurLevel", CLuaFunctionDefs::ResetBlurLevel},
320+
{"resetPlayerBlurLevel", CLuaFunctionDefs::ResetBlurLevel},
320321
{"setJetpackMaxHeight", CLuaFunctionDefs::SetJetpackMaxHeight},
321322
{"setCloudsEnabled", CLuaFunctionDefs::SetCloudsEnabled},
322323
{"setTrafficLightState", CLuaFunctionDefs::SetTrafficLightState},

0 commit comments

Comments
 (0)