File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ namespace global
8787 {
8888 LUA->CreateTable ( );
8989
90- LUA->PushString ( " sourcenet 1.1.15 " );
90+ LUA->PushString ( " sourcenet 1.1.16 " );
9191 LUA->SetField ( -2 , " Version" );
9292
9393 // version num follows LuaJIT style, xxyyzz
94- LUA->PushNumber ( 10115 );
94+ LUA->PushNumber ( 10116 );
9595 LUA->SetField ( -2 , " VersionNum" );
9696
9797 LUA->SetField ( GarrysMod::Lua::INDEX_GLOBAL, " sourcenet" );
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ namespace global
6060 else if ( number > static_cast <double >( max ) )
6161 {
6262 auto extra = LUA->PushFormattedString ( " number %f is greater than maximum limit of %f" ,
63- number, static_cast <double >( min ) );
63+ number, static_cast <double >( max ) );
6464 LUA->ArgError ( idx, extra );
6565 }
6666
You can’t perform that action at this time.
0 commit comments