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 b830561 commit 473fae6
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 @@ -1065,7 +1065,7 @@ static int CclGetIsGameHoster(lua_State *l)
**
** Example:
**
** <div class="example"><code><strong>PresentMap</strong>("Map description", 1, 128, 128, 17)</code></div>
** <div class="example"><code><strong>PresentMap</strong>("Map description", PlayerCount, Width, Height, uid_number [, "highgrounds-enabled"])</code></div>
*/
static int CclPresentMap(lua_State *l)
{
Expand Down

0 comments on commit 473fae6

Please sign in to comment.