wings/server
Dane Everitt d9ceb9601d
Do not set the default values in the struct we're unmarshaling into
closes pterodactyl/panel#1786

If you set the defaults, you'll override a bunch of values for the server with the original values. For example this code caused servers in a running state to be changed to a non-running state, thus leading to stats not sending.

Just merge in any new values, leave everything else as empty.
2019-12-24 16:35:43 -08:00
..
collection.go Implement server deletion 2019-12-21 23:23:56 -08:00
config_parser.go Create the config file if it is missing for the server, then try again 2019-12-07 16:48:26 -08:00
configuration.go Logical file rename 2019-11-24 19:32:02 -08:00
console.go Significant improvements to attaching/console handling 2019-04-20 16:20:08 -07:00
crash.go [#389686] Show crash output in console 2019-11-30 17:08:11 -08:00
environment_docker.go Always rebuild the container when a server is started 2019-12-22 13:52:22 -08:00
environment.go Implement server deletion 2019-12-21 23:23:56 -08:00
errors.go Don't freak out if the server doesn't exist on the remote 2019-12-16 20:47:35 -08:00
events.go [#389686] Show crash output in console 2019-11-30 17:08:11 -08:00
filesystem_darwin.go Add support for listing a directory's contents 2019-04-07 14:45:23 -07:00
filesystem_linux.go Add support for listing a directory's contents 2019-04-07 14:45:23 -07:00
filesystem_windows.go Add support for listing a directory's contents 2019-04-07 14:45:23 -07:00
filesystem.go Use correct permission mask to allow docker to execute against bind 2019-11-24 21:18:41 -08:00
listeners.go Logical file rename 2019-11-24 19:32:02 -08:00
resources.go Fix CPU calculation 2019-09-17 23:10:02 -07:00
server.go Always rebuild the container when a server is started 2019-12-22 13:52:22 -08:00
update.go Do not set the default values in the struct we're unmarshaling into 2019-12-24 16:35:43 -08:00