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 166fefd commit 2d5ff4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/map/script_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,8 @@ static int CclPresentMap(lua_State *l)
const std::string_view highgrounds = LuaToString(l, 6);
if (highgrounds == "highgrounds-enabled") {
Map.Info.EnableHighgrounds();
} else {
LuaError(l, "Unknown value %s\n", highgrounds.data());
}
}

Expand Down

0 comments on commit 2d5ff4e

Please sign in to comment.