Skip to content

Commit

Permalink
release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
themangomago committed Jul 30, 2021
1 parent 30a585b commit bcf0af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Src/Menu/DevLogViewer.gd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ func _ready():
#warning-ignore:return_value_discarded
$HTTPRequest.connect("request_completed", self, "requestLogComplete")
$HTTPRequest.request(Global.NB_PLUGIN_CONFIG.devlogUrl)
print(Global.NB_PLUGIN_CONFIG.devlogUrl)
#print(Global.NB_PLUGIN_CONFIG.devlogUrl)

func requestLogComplete(_result, response_code, _headers, body):
if response_code == 200:
Expand Down
2 changes: 1 addition & 1 deletion Src/_Autoloads/Global.gd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const GAME_VERSION = 1.0
const CONFIG_VERSION = 3 # Used for config migration

# Debug Options
const DEBUG = true
const DEBUG = false


# Nb Plugin Config
Expand Down

0 comments on commit bcf0af2

Please sign in to comment.