mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-12 13:15:50 -05:00
Merge pull request #87 from vgod/fix-gitadora-gw-playstyle-length
Fix gitadora galaxy wave playstyle length
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user