From a4d4beeb97775633f3ce6d42dbde24a0d4275213 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 30 Mar 2020 11:34:41 -0700 Subject: [PATCH] Update default place template --- CHANGELOG.md | 1 + .../default-place-project/default.project.json | 17 ----------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 894a250a..34ba10c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased Changes * Fixed crash when malformed CSV files are put into a project. ([#310](https://github.com/rojo-rbx/rojo/issues/310)) +* Updated default place template to take advantage of [#210](https://github.com/rojo-rbx/rojo/pull/210). ## [6.0.0 Release Candidate 1](https://github.com/rojo-rbx/rojo/releases/tag/v6.0.0-rc.1) (March 29, 2020) This release jumped from 0.6.0 to 6.0.0. Rojo has been in use in production for many users for quite a long times, and so 6.0 is a more accurate reflection of Rojo's version than a pre-1.0 version. diff --git a/assets/default-place-project/default.project.json b/assets/default-place-project/default.project.json index 85367e4c..6b25eb9b 100644 --- a/assets/default-place-project/default.project.json +++ b/assets/default-place-project/default.project.json @@ -4,27 +4,19 @@ "$className": "DataModel", "ReplicatedStorage": { - "$className": "ReplicatedStorage", - "Common": { "$path": "src/shared" } }, "ServerScriptService": { - "$className": "ServerScriptService", - "Server": { "$path": "src/server" } }, "StarterPlayer": { - "$className": "StarterPlayer", - "StarterPlayerScripts": { - "$className": "StarterPlayerScripts", - "Client": { "$path": "src/client" } @@ -32,7 +24,6 @@ }, "Workspace": { - "$className": "Workspace", "$properties": { "FilteringEnabled": true }, @@ -60,7 +51,6 @@ } }, "Lighting": { - "$className": "Lighting", "$properties": { "Ambient": [ 0, @@ -74,16 +64,9 @@ } }, "SoundService": { - "$className": "SoundService", "$properties": { "RespectFilteringEnabled": true } - }, - "HttpService": { - "$className": "HttpService", - "$properties": { - "HttpEnabled": true - } } } } \ No newline at end of file