Author Topic: My port is always 28001  (Read 451 times)

I can't even connect to my dedi online.
Keeps using port 28001.

In my options, it says 28000


Type this in console:
Code: [Select]
$Pref::Server::Port = 28000;

oh wow, and that'll update the port even after I've launched the server?

Thanks! I'll try it next time I'm needing to host again.

Oops, I meant change it in the config file. It won't do anything if you just put it in console. Replace the current value for this in the file with 28000.

Oops, I meant change it in the config file. It won't do anything if you just put it in console. Replace the current value for this in the file with 28000.
If you close Blockland properly it will export all $Pref variables to the config file.

But it won't update in real time.