Skip to content

Commit

Permalink
Merge pull request #168 from emre1702/#9760
Browse files Browse the repository at this point in the history
Add Team.players to clientside
  • Loading branch information
qaisjp committed Nov 14, 2017
2 parents 35c9929 + fd1589f commit 3c644fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/mods/deathmatch/logic/luadefs/CLuaTeamDefs.cpp
Expand Up @@ -36,6 +36,7 @@ void CLuaTeamDefs::AddClass ( lua_State* luaVM )

lua_classvariable ( luaVM, "playerCount", NULL, "countPlayersInTeam" );
lua_classvariable ( luaVM, "friendlyFire", NULL, "getTeamFriendlyFire" );
lua_classvariable ( luaVM, "players", NULL, "getPlayersInTeam" );
lua_classvariable ( luaVM, "name", NULL, "getTeamName" );
//lua_classvariable ( luaVM, "color", NULL, "getTeamColor" );

Expand Down

0 comments on commit 3c644fd

Please sign in to comment.