Skip to content

Commit

Permalink
make map
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Oct 16, 2024
1 parent 5a67191 commit 492767d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/maps/mapView.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ export default function MapView({ inLegacy, gameOptions, setGameOptions, singlep
{!makeMap.open && session?.token?.secret && (
<button
onClick={() => {

// temporarily disabled
toast.error("Feature disabled temporarily due to maintenance");
return;

if(makeMap.edit) {
setMakeMap({
...initMakeMap,
Expand Down

0 comments on commit 492767d

Please sign in to comment.