Skip to content

Commit

Permalink
perf: ⚡disable Xaero map internet acces
Browse files Browse the repository at this point in the history
Should save about 3 seconds on game load.

Disables parteon and update check.

Related to https://legacy.curseforge.com/minecraft/mc-mods/xaeros-world-map/issues/824
  • Loading branch information
Krutoy242 committed Mar 27, 2024
1 parent 7be36da commit da1d943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/xaerominimap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ differentiateByServerAddress:true
debugEntityIcons:false
debugEntityVariantIds:false
radarHideInvisibleEntities:true
allowInternetAccess:true
allowInternetAccess:false
#INGAME SETTINGS (DO NOT EDIT!)
updateNotification:false
minimap:true
Expand Down
2 changes: 1 addition & 1 deletion config/xaeroworldmap.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ignoreUpdate:0
updateNotification:false
allowInternetAccess:true
allowInternetAccess:false
differentiateByServerAddress:true
caveMapsAllowed:true
debug:false
Expand Down

0 comments on commit da1d943

Please sign in to comment.