Skip to content

Commit d10c7d0

Browse files
committed
Update MIN_SERVER_REQ_SETCAMERATARGET_USE_ANY_ELEMENTS
1 parent fba4ee4 commit d10c7d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Client/mods/deathmatch/logic/luadefs/CLuaCameraDefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "StdInc.h"
1414
#include <lua/CLuaFunctionParser.h>
1515

16-
#define MIN_CLIENT_REQ_SETCAMERATARGET_USE_ANY_ELEMENTS "1.5.8-9.20677"
16+
#define MIN_CLIENT_REQ_SETCAMERATARGET_USE_ANY_ELEMENTS "1.5.8-9.20979"
1717

1818
void CLuaCameraDefs::LoadFunctions()
1919
{

Server/mods/deathmatch/logic/luadefs/CLuaCameraDefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include "StdInc.h"
1313

14-
#define MIN_SERVER_REQ_SETCAMERATARGET_USE_ANY_ELEMENTS "1.5.8-9.20677"
14+
#define MIN_SERVER_REQ_SETCAMERATARGET_USE_ANY_ELEMENTS "1.5.8-9.20979"
1515

1616
void CLuaCameraDefs::LoadFunctions()
1717
{

0 commit comments

Comments
 (0)