Renamed agents so that both versions can run at the same time
This commit is contained in:
parent
6cf84fe67f
commit
d8516c4ceb
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ initST = do
|
||||||
|
|
||||||
registerST :: SpaceTradersT (T.Text)
|
registerST :: SpaceTradersT (T.Text)
|
||||||
registerST = do
|
registerST = do
|
||||||
r <- register "ADYXAX" "COSMIC"
|
r <- register "ADYXAX-HS" "COSMIC"
|
||||||
case r of
|
case r of
|
||||||
Right r' -> do
|
Right r' -> do
|
||||||
addAgent $ agent r'
|
addAgent $ agent r'
|
||||||
|
|
|
@ -14,7 +14,7 @@ export async function init() {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
symbol: "ADYXAX",
|
symbol: "ADYXAX-JS",
|
||||||
faction: "COSMIC",
|
faction: "COSMIC",
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue