1
0
mirror of synced 2024-12-05 03:27:57 +01:00

Fix a typo in unreceived user items

This commit is contained in:
Rin 2022-07-20 20:24:27 +01:00
parent 3f52b31936
commit 2f48bdb7f9

View File

@ -518,8 +518,8 @@ export default class GameModule extends Module {
r.send(Buffer.from(end));
})
// Load unrecieved user items
app.post('/method/load_unrecieved_user_items', (req, res) => {
// Load unreceived user items
app.post('/method/load_unreceived_user_items', (req, res) => {
// In future, might want to check db for player items