mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 17:00:13 +02:00
Fix test data.
This commit is contained in:
parent
100bf3a91e
commit
f1aa7391ec
1 changed files with 2 additions and 0 deletions
|
@ -750,6 +750,7 @@ export default {
|
||||||
{
|
{
|
||||||
"senderUUID": "SENDERUUIDLOL",
|
"senderUUID": "SENDERUUIDLOL",
|
||||||
"senderName": "WHOISTHIS1",
|
"senderName": "WHOISTHIS1",
|
||||||
|
"senderDistance": 2.5,
|
||||||
"data": {
|
"data": {
|
||||||
"type": "script",
|
"type": "script",
|
||||||
"name": "This Is A Real Script",
|
"name": "This Is A Real Script",
|
||||||
|
@ -760,6 +761,7 @@ export default {
|
||||||
{
|
{
|
||||||
"senderUUID": "TEST2SENDERUUID",
|
"senderUUID": "TEST2SENDERUUID",
|
||||||
"senderName": "WHOTHISBE2",
|
"senderName": "WHOTHISBE2",
|
||||||
|
"senderDistance": 1.22,
|
||||||
"data": {
|
"data": {
|
||||||
"type": "script",
|
"type": "script",
|
||||||
"name": "REALLYLONGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG",
|
"name": "REALLYLONGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG",
|
||||||
|
|
Loading…
Reference in a new issue