This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Nick's profile picture

[1.33][SMP] Server doesn't take note of enableAPI_http=1

Started by Nick, 26 April 2012 - 05:38 AM
Nick #1
Posted 26 April 2012 - 07:38 AM
Hey, after changing enableAPI_http=0 to enableAPI_http=1 (in the server-configuration), http remains nil. Changing it in the client-configuration and then using it in SSP works fine.
Cloudy #2
Posted 26 April 2012 - 11:48 AM
There are a few threads on this issue.

Basically, this is a bug in Forge Mod Loader in that the options specified in the config system "MLProp" aren't actually taken into account.

I have reported this to forge (as it also affects block ID's) so hopefully they'll look into it.

Here is a link to my github issue on this subject: https://github.com/cpw/FML/issues/4