mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-07-29 05:57:43 -05:00
Merge pull request #87 from vgod/fix-gitadora-gw-playstyle-length
Fix gitadora galaxy wave playstyle length
This commit is contained in:
commit
12a286875f
|
|
@ -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