mirror of
https://github.com/LDDestroier/CC/
synced 2025-08-31 01:48:00 +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
|
||||
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
|
||||
|
Reference in New Issue
Block a user