Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Nov 23, 2024
1 parent 1bad219 commit 7eea9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws/classes/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ export default class Game {
this.locations.push(loc);
this.maxDist = countryMaxDists[this.location] || 20000;
this.extent = officialCountryMaps.find((c) => c.countryCode === this.location)?.extent || null;
console.log('Extent', this.extent, this.location);
// console.log('Extent', this.extent, this.location);

this.sendAllPlayers({
type: 'generating',
Expand Down

0 comments on commit 7eea9ac

Please sign in to comment.