TorchAPI / Essentials

A Torch plugin that adds must-have utilities and administration tools to Space Engineers dedicated servers.
23 stars 31 forks source link

fix nullpo player login & move "KnownSteamIds" to a separate file #203

Closed ryo0ka closed 2 years ago

ryo0ka commented 2 years ago
  1. Fixed the null reference exception error on player login which isn't harmful but was scary
  2. moved "KnownSteamIds" from the config to a separate text file so I can better share the configs via git and stuff