From a86454700491129f3ec413c837e7c9a488973ddc Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 15 Apr 2019 10:35:57 -0700 Subject: [PATCH] Fix place project --- place.project.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/place.project.json b/place.project.json index aad098d2..6baafd87 100644 --- a/place.project.json +++ b/place.project.json @@ -40,6 +40,13 @@ "$properties": { "HttpEnabled": true } + }, + + "Players": { + "$className": "Players", + "$properties": { + "CharacterAutoLoads": false + } } } } \ No newline at end of file