Apply prettier changes
This commit is contained in:
parent
de326fd4dd
commit
b7d574071e
@ -6,8 +6,6 @@ export const createGuildDojoController: RequestHandler = (_req, res) => {
|
|||||||
// I'm guessing the response is same as getGuildDojo.php, but I have yet to log one of those for a fresh clan.
|
// I'm guessing the response is same as getGuildDojo.php, but I have yet to log one of those for a fresh clan.
|
||||||
// This works to make the client load in, but can't build new rooms.
|
// This works to make the client load in, but can't build new rooms.
|
||||||
res.json({
|
res.json({
|
||||||
DojoComponents: [
|
DojoComponents: [{ pf: "/Lotus/Levels/ClanDojo/DojoHall.level", ppf: "" }]
|
||||||
{"pf":"/Lotus/Levels/ClanDojo/DojoHall.level","ppf":""}
|
|
||||||
]
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user