Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Don't attempt global user implementation if there is no global api
Browse files Browse the repository at this point in the history
  • Loading branch information
MickeMakaron committed Aug 12, 2022
1 parent 11f06c1 commit d10eea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotm/_impl/_GotmUser.gd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class_name _GotmUser
#warnings-disable

static func get_implementation():
if !_Gotm.get_project_key():
if !_Gotm.has_global_api():
return _GotmUserLocal
return _GotmStore

Expand Down

0 comments on commit d10eea9

Please sign in to comment.