PSF-BotServer/src/main/scala/net/psforever
Jakob Gillich dbdcaeb751 Finally fix list_players command
Originally I made list_players return the full avatar
object rather than just the name string. Which was kind of
a bad idea because certain contents were unserializable
which caused the command to break (sometimes).

Weeks later, I attempted to fix it by returning to the
original behaviour of only returning names. By that point
I had forgotten that PSFPortal was changed to expect an
object.

So here's the final fix. player_list now returns a very
simple object made up of the name and faction id.
2020-10-14 21:44:02 +02:00
..
actors Add starting rank and XP rate config options 2020-10-11 14:51:49 +02:00
login Finally fix list_players command 2020-10-14 21:44:02 +02:00
newcodecs Restructure repository 2020-08-26 06:19:00 +02:00
objects each zone now has access to its own bundle of task resolver objects; primary changes to reflect this has been the simplification of item moving parameters; tests corrected 2020-10-10 09:16:56 -04:00
packet Add starting rank and XP rate config options 2020-10-11 14:51:49 +02:00
persistence Restructure repository 2020-08-26 06:19:00 +02:00
services Finally fix list_players command 2020-10-14 21:44:02 +02:00
types Add unprivileged-gm-commands config option 2020-08-26 06:19:00 +02:00
util Add starting rank and XP rate config options 2020-10-11 14:51:49 +02:00
zones Fix gen control owner 2020-10-07 14:44:07 +02:00
IFinalizable.scala Restructure repository 2020-08-26 06:19:00 +02:00