mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 11:47:45 +00:00
Fix compile error
This commit is contained in:
parent
fd249a2342
commit
33893ff460
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ impl LuaPlayer {
|
||||||
fn unlock_action(&mut self, id: u32) {
|
fn unlock_action(&mut self, id: u32) {
|
||||||
let op_code = ServerZoneIpcType::ActorControlSelf;
|
let op_code = ServerZoneIpcType::ActorControlSelf;
|
||||||
let data = ServerZoneIpcData::ActorControlSelf(ActorControlSelf {
|
let data = ServerZoneIpcData::ActorControlSelf(ActorControlSelf {
|
||||||
category: ActorControlCategory::ToggleActionUnlock { id, unlocked: true },
|
category: ActorControlCategory::ToggleUnlock { id, unlocked: true },
|
||||||
});
|
});
|
||||||
|
|
||||||
self.create_segment_self(op_code, data);
|
self.create_segment_self(op_code, data);
|
||||||
|
|
Loading…
Add table
Reference in a new issue