Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Nov 14, 2024
1 parent ebc0a68 commit d3efee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mc-all-platform-velocity/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ logLine

# --------------------------------- EAGLERCRAFT ----------------------------------------
#------- get config --------
EAG_CONFIG=$(getConfig 'eagConfig')
EAG_AUTH=$(getConfig 'eagAuth')
EAG_CONFIG=$(getConfig '.eagConfig')
EAG_AUTH=$(getConfig '.eagAuth')
# ----------- plugins/eaglerxvelocity/settings.yml -----------
logGreen "eagConfig JSON:"
echo -e "$EAG_CONFIG"
Expand Down

0 comments on commit d3efee9

Please sign in to comment.