mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-12 05:05:49 -05:00
Fix playstyle length for Gitadora Galaxy Wave
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