ScreepsMods / screepsmod-tickrate

Allows a server admin to set tick rate via CLI
MIT License
9 stars 3 forks source link

Handle setTickRate() calls without arguments #1

Closed bannmann closed 7 years ago

bannmann commented 7 years ago

When called without arguments, setTickRate() replies

Tick rate set to undefinedms

It should either print an error or reset the tick rate to the default. I'd prefer the latter.

AlinaNova21 commented 7 years ago

Fixed in ed01eb9 will publish to npm after I get it tested, don't have a test setup handy right now.