mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-22 22:27:56 +03:00
Encore version config.
This commit is contained in:
@@ -390,7 +390,7 @@ export const getPlayer: EPR = async (info, data, send) => {
|
||||
send.object({
|
||||
player: K.ATTR({ 'no': `${no}` }, {
|
||||
now_date: K.ITEM('u64', time),
|
||||
secretmusic: { // TODO: FIX THIS FOR STOP INFOS ON GAME END
|
||||
secretmusic: { // TODO: FIX THIS
|
||||
music: _.merge(_.range(0,2800), _.range(5000, 5100)).map(mid => {
|
||||
return {
|
||||
musicid: K.ITEM('s32', mid),
|
||||
@@ -399,7 +399,7 @@ export const getPlayer: EPR = async (info, data, send) => {
|
||||
}
|
||||
}),
|
||||
},
|
||||
trbitem: {
|
||||
trbitem: { // TODO: FIX THIS
|
||||
item: _.range(0,750).map(id => {
|
||||
return {
|
||||
itemid: K.ITEM('s32', id),
|
||||
|
||||
Reference in New Issue
Block a user