We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bcb43 commit 81a1c30Copy full SHA for 81a1c30
fighters/palutena/src/opff.rs
@@ -311,7 +311,6 @@ unsafe fn power_cast(fighter: &mut L2CFighterCommon) {
311
312
pub extern "C" fn palu_power_board(fighter: &mut smash::lua2cpp::L2CFighterCommon) {
313
unsafe {
314
- println!("power board meter");
315
MeterModule::update(fighter.object(), false);
316
MeterModule::set_meter_cap(fighter.object(), 2);
317
utils::ui::UiManager::set_power_board_enable(fighter.get_int(*FIGHTER_INSTANCE_WORK_ID_INT_ENTRY_ID) as u32, true);
0 commit comments