Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentroen committed Sep 25, 2021
2 parents 0a3ce39 + d4a4140 commit 6d6d858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions objects/obj_presence/Create_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
ready = false;
if (!np_initdiscord(DISCORD_APP_ID, true, 0) && obj_controller.presence)
{
if (obj_controller.language != 1) show_error("NekoPresence initializing failed. Do you have Discord installed?", false);
else show_error("NekoPresence初始化失败。如不使用Discord可在首选项内关闭该功能。", false);
log("NekoPresence initializing failed. Do you have Discord installed?")
}

0 comments on commit 6d6d858

Please sign in to comment.