mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-01 06:47:17 +01:00
Remove stream event from keybind.
Dunno how that got there.
This commit is contained in:
@@ -454,7 +454,6 @@ void Core::KeybindInst::InitEvents()
|
||||
// Proceed to initializing the events
|
||||
InitSignalPair(mOnDestroyed, mEvents, "Destroyed");
|
||||
InitSignalPair(mOnCustom, mEvents, "Custom");
|
||||
InitSignalPair(mOnStream, mEvents, "Stream");
|
||||
InitSignalPair(mOnKeyPress, mEvents, "KeyPress");
|
||||
InitSignalPair(mOnKeyRelease, mEvents, "KeyRelease");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user