Skip to content

Commit

Permalink
Merge pull request #42 from danielga/attempt-at-fixing-steam-api-use
Browse files Browse the repository at this point in the history
Fix Steam API use
  • Loading branch information
danielga authored Nov 26, 2019
2 parents 90ddb1e + 6b79e44 commit 2dbff58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ namespace global

LUA->CreateTable( );

LUA->PushString( "serversecure 1.5.28" );
LUA->PushString( "serversecure 1.5.29" );
LUA->SetField( -2, "Version" );

// version num follows LuaJIT style, xxyyzz
LUA->PushNumber( 10528 );
LUA->PushNumber( 10529 );
LUA->SetField( -2, "VersionNum" );

LUA->PushCFunction( GetClientCount );
Expand Down

0 comments on commit 2dbff58

Please sign in to comment.