1. Hi guys,

    On one of the servers where my plug-in is being run, ConVars.Server.worldsize is returning 0. Console command also returns 0. This is on a procedural map that seems to be 4000. Indeed, rustIO for the server is reporting that value (Rust:IO)

    Anyone have any idea why?

    Regards,
    Nick.
     
  2. Not really an answer to your question but I use Convert.ToInt16(TerrainMeta.Size.x) and not had any issues.