Skip to content

Commit 6ea90d7

Browse files
fix(discord): fix windows pipe path
1 parent 98dbc05 commit 6ea90d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if RPC.unix then
112112
msg.verbose('using', socket._VERSION)
113113
end
114114
else
115-
RPC.path = [[\\?\pipe\discord-ipc-0]]
115+
RPC.path = [[\\.\pipe\discord-ipc-0]]
116116
end
117117

118118
---@class Assets

0 commit comments

Comments
 (0)