jcmcbeth / Planets

2 stars 1 forks source link

Exempt immortal from normal timeouts #1

Closed jcmcbeth closed 3 years ago

jcmcbeth commented 3 years ago

It looks like there are 3 types of idle timeouts:

If the user is an immortal and playing they should be exempt from being kicked of for being idle for convenience.

jcmcbeth commented 3 years ago

I will have to figure out what time unit descriptor_data.idle uses when comparing idle timeout periods. I suspect it is based on ticks maybe. That should probably be handled by global config or as a constant some where.