mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-09 17:00:28 +00:00
Update disknet.lua
This commit is contained in:
parent
3be7099611
commit
f7c4ad81a8
@ -9,7 +9,7 @@ local maximumBufferSize = 64 -- largest amount of messages per channel buffered
|
|||||||
|
|
||||||
local isUsingTweaked = false
|
local isUsingTweaked = false
|
||||||
if _HOST then
|
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
|
isUsingTweaked = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user