Skip to content

Commit 35083e8

Browse files
authored
Merge pull request #2280 from yoonikoo/chrom-adjustments
Syntax Hotfix
2 parents a1f6877 + e3307a0 commit 35083e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fighters/chrom/src/acmd/specials.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ unsafe fn game_specialhi3(fighter: &mut L2CAgentBase) {
918918
}
919919
}
920920

921-
#[acmd_script( agent = "chrom", scripts = ["game_speciallw", "game_specialairlow"], category = ACMD_GAME, low_priority )]
921+
#[acmd_script( agent = "chrom", scripts = ["game_speciallw", "game_specialairlw"], category = ACMD_GAME, low_priority )]
922922
unsafe fn game_speciallw(fighter: &mut L2CAgentBase) {
923923
let lua_state = fighter.lua_state_agent;
924924
let boma = fighter.boma();

0 commit comments

Comments
 (0)