1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-06-17 10:49:58 +00:00

Update disknet.lua

This commit is contained in:
LDDestroier 2020-11-28 01:07:52 -05:00 committed by GitHub
parent 3be7099611
commit f7c4ad81a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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") or _HOST:find("(Minecraft") then
if _HOST:find("CCEmuX") or _HOST:find("CC:Tweaked") or _HOST:find("[(]Minecraft") then
isUsingTweaked = true
end
end