1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-01 10:28:01 +00:00

Changed CC:Tweaked check

This commit is contained in:
LDDestroier
2020-11-28 01:06:28 -05:00
committed by GitHub
parent ba57e31c9a
commit 3be7099611

View File

@@ -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