mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Correcting Scripts' print (#70)
* Update CHANGELOG.md * Update late_night_drive_by.json * Update EditionModal.vue --------- Co-authored-by: Pingumask <68610022+Pingumask@users.noreply.github.com>
This commit is contained in:
parent
c1f588651b
commit
4a5f03f216
3 changed files with 10 additions and 5 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
======
|
||||
|
||||
### Version 3.11.4
|
||||
Correcting the print of new scripts' names
|
||||
|
||||
=======
|
||||
|
||||
### Version 3.11.3
|
||||
Changing default vote duration (3s -> 1s)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"id": "_meta",
|
||||
"logo": "https://cdn.shopify.com/oxygen/57467011226/524442/h11pcta59/build/_assets/Godfather_website_purple-3JVCH57E.png",
|
||||
"name": "Late night drive by",
|
||||
"name": "Late night drive by 1.6",
|
||||
"author": "Aero"
|
||||
},
|
||||
{
|
||||
|
@ -47,4 +47,4 @@
|
|||
{
|
||||
"id": "imp"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -136,7 +136,7 @@ export default {
|
|||
"https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/knowing_me_knowing_you.json"
|
||||
],
|
||||
[
|
||||
"Late night drive by (Teensyville)",
|
||||
"Late night drive by 1.6 (Teensyville)",
|
||||
"https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/late_night_drive_by.json"
|
||||
],
|
||||
[
|
||||
|
@ -148,7 +148,7 @@ export default {
|
|||
"https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/minion_is_angel_protected_and_the_demon_has_2_bluffs.json"
|
||||
],
|
||||
[
|
||||
"No greater joy",
|
||||
"No greater joy (Teensyville)",
|
||||
"https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/no_greater_joy.json"
|
||||
],
|
||||
[
|
||||
|
@ -220,7 +220,7 @@ export default {
|
|||
"https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/vigormortis_high_school.json"
|
||||
],
|
||||
[
|
||||
"Visitors (Teensyville)",
|
||||
"Visitors",
|
||||
"https://raw.githubusercontent.com/Pingumask/townsquare/develop/src/assets/scripts/visitors.json"
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Add table
Reference in a new issue