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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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