mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Renames some things (#22925)
This commit is contained in:
@@ -159,13 +159,13 @@
|
||||
if(href_list["__keydown"])
|
||||
var/keycode = href_list["__keydown"]
|
||||
if(keycode)
|
||||
KeyDown(keycode)
|
||||
Key_Down(keycode)
|
||||
return
|
||||
|
||||
if(href_list["__keyup"])
|
||||
var/keycode = href_list["__keyup"]
|
||||
if(keycode)
|
||||
KeyUp(keycode)
|
||||
Key_Up(keycode)
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user