Skip to content

Commit

Permalink
Update src/map/script_map.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Dauphin <[email protected]>
  • Loading branch information
ipochto and Jarod42 authored Nov 25, 2023
1 parent 63dae4e commit 166fefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/script_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ static int CclPresentMap(lua_State *l)
LuaCheckArgs_min(l, 5);

Map.Info.Description = LuaToString(l, 1);
// Number of players in LuaToNumber(l, 3); // Not used yet.
// Number of players in LuaToNumber(l, 2); // Not used yet.
Map.Info.MapWidth = LuaToNumber(l, 3);
Map.Info.MapHeight = LuaToNumber(l, 4);
Map.Info.MapUID = LuaToNumber(l, 5);
Expand Down

0 comments on commit 166fefd

Please sign in to comment.