You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MultiRPC/Assets/Language/en-gb.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -238,5 +238,6 @@
238
238
"FluxpointTooltip": "Look at the other services that Fluxpoint offer!",
239
239
"NA": "N/A",
240
240
"Administrator": "Administrator",
241
-
"DiscordClientCheck": "Discord client check. Was checking for {discordProcess} (found: {wasFound})"
241
+
"DiscordClientCheck": "Discord client check. Was checking for {discordProcess} (found: {wasFound})",
242
+
"AdminWarning": "Running MultiRPC with elevated permissions is NOT recommended and is only intended if you can't get any connection without it (Contact us on the discord server and we'll see if we can fix the connection without elevated permissions).\r\n\r\nNote that it's also NOT recommended to have discord open with elevated permissions, only press 'Ok' if this is the only way for a connection"
varprocessInfo=newProcessStartInfo(Assembly.GetExecutingAssembly().CodeBase.Replace(".dll",".exe"))//Net Core tell's us the location of the dll, not the exe so we point it back to the exe
0 commit comments