mirror of
https://github.com/LDDestroier/CC/
synced 2025-09-04 11:58:01 +00:00
Update disknet.lua
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user