mirror of
https://github.com/LDDestroier/CC/
synced 2025-01-07 07:50:26 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user