Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit df0d478

Browse files
authored
Remove the transitional template from Playground, as the new runtime is now the default runtime. (#756)
1 parent 8d478eb commit df0d478

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cloud_launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "small_entity_db_v2",
2+
"template": "small",
33
"world": {
44
"chunkEdgeLengthMeters": 50,
55
"snapshots": {

default_launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "small_entity_db_v2",
2+
"template": "small",
33
"world": {
44
"chunkEdgeLengthMeters": 50,
55
"snapshots": {

mobile_launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"template": "small_entity_db_v2",
2+
"template": "small",
33
"world": {
44
"chunkEdgeLengthMeters": 50,
55
"snapshots": {

0 commit comments

Comments
 (0)