mirror of
https://github.com/LDDestroier/CC/
synced 2024-11-17 23:34:52 +00:00
Changed CC:Tweaked check
This commit is contained in:
parent
ba57e31c9a
commit
3be7099611
@ -9,7 +9,7 @@ local maximumBufferSize = 64 -- largest amount of messages per channel buffered
|
||||
|
||||
local isUsingTweaked = false
|
||||
if _HOST then
|
||||
if _HOST:find("CCEmuX") or _HOST:find("CC:Tweaked") then
|
||||
if _HOST:find("CCEmuX") or _HOST:find("CC:Tweaked") or _HOST:find("(Minecraft") then
|
||||
isUsingTweaked = true
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user