mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-14 20:20:30 +00:00
Fix upload bandwidth limit not being set
Lol, woops.
This commit is contained in:
parent
482ae0d22e
commit
72e8fc03d3
@ -348,6 +348,7 @@ public final class Config
|
||||
ComputerCraft.httpMaxRequests = httpMaxRequests.get();
|
||||
ComputerCraft.httpMaxWebsockets = httpMaxWebsockets.get();
|
||||
ComputerCraft.httpDownloadBandwidth = httpDownloadBandwidth.get();
|
||||
ComputerCraft.httpUploadBandwidth = httpUploadBandwidth.get();
|
||||
NetworkUtils.reloadConfig();
|
||||
|
||||
// Peripheral
|
||||
|
Loading…
Reference in New Issue
Block a user