mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 11:49:02 -06:00
Change tabs to spaces for consistency
This commit is contained in:
parent
5b960d7291
commit
b6423c3335
@ -7,15 +7,15 @@ local discordRPClib = nil
|
|||||||
|
|
||||||
|
|
||||||
if os == "Linux" then
|
if os == "Linux" then
|
||||||
discordRPClib = ffi.load(love.filesystem.getSource().."/libs/discord-rpc.so")
|
discordRPClib = ffi.load(love.filesystem.getSource().."/libs/discord-rpc.so")
|
||||||
elseif os == "OS X" then
|
elseif os == "OS X" then
|
||||||
discordRPClib = ffi.load(love.filesystem.getSource().."/libs/discord-rpc.dylib")
|
discordRPClib = ffi.load(love.filesystem.getSource().."/libs/discord-rpc.dylib")
|
||||||
elseif os == "Windows" then
|
elseif os == "Windows" then
|
||||||
discordRPClib = ffi.load(love.filesystem.getSource().."/libs/discord-rpc.dll")
|
discordRPClib = ffi.load(love.filesystem.getSource().."/libs/discord-rpc.dll")
|
||||||
else
|
else
|
||||||
-- Else it crashes later on
|
-- Else it crashes later on
|
||||||
discordRPClib = ffi.load(love.filesystem.getSource().."/libs/discord-rpc.e")
|
discordRPClib = ffi.load(love.filesystem.getSource().."/libs/discord-rpc.e")
|
||||||
print("Discord rpc not supported on platform")
|
print("Discord rpc not supported on platform")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user