mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-07-29 05:57:43 -05:00
Fix playstyle length for Gitadora Galaxy Wave
This commit is contained in:
parent
95e6eade6d
commit
1c4cc2489a
|
|
@ -18,7 +18,7 @@ export interface Extra {
|
|||
}
|
||||
|
||||
export function getDefaultExtra(game: 'gf' | 'dm', version: string, id: number) : Extra {
|
||||
const playstyleLength = version == 'galaxywave' || version == 'galaxywave_delta' ? 70 : 50;
|
||||
const playstyleLength = version == 'galaxywave_delta' ? 70 : 50;
|
||||
const result : Extra = {
|
||||
collection: 'extra',
|
||||
pluginVer: PLUGIN_VER,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user