Skip to content

Commit

Permalink
Update mapView.js
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam authored Nov 7, 2024
1 parent d591685 commit b1f0c39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/maps/mapView.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ export default function MapView({ inLegacy, gameOptions, setGameOptions, showOpt
onClick={() => {

// disable for crazygames users
if(inCrazyGames) {
toast.error("Please play on WorldGuessr.com to use this feature");
return;
}
// if(inCrazyGames) {
// toast.error("Please play on WorldGuessr.com to use this feature");
// return;
// }
// temporarily disabled
// toast.error("Feature disabled temporarily due to maintenance");
// return;
Expand Down

0 comments on commit b1f0c39

Please sign in to comment.