mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-07 06:06:24 +00:00
Buold.
This commit is contained in:
parent
9999f5d905
commit
fc6fcde580
1 changed files with 1 additions and 1 deletions
|
|
@ -2800,7 +2800,7 @@ static int lib_gBuildMapName(lua_State *L)
|
|||
|
||||
static int lib_gBuildMapTitle(lua_State *L)
|
||||
{
|
||||
INT32 map = Lcheckmapnumber(L, 1, "G_BuoldMapTitle");
|
||||
INT32 map = Lcheckmapnumber(L, 1, "G_BuildMapTitle");
|
||||
char *name;
|
||||
if (map < 1 || map > NUMMAPS)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue