mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
tgui usr to ui.user
This commit is contained in:
@@ -175,8 +175,8 @@
|
||||
if(..())
|
||||
return TRUE
|
||||
|
||||
usr.set_machine(src)
|
||||
add_fingerprint(usr)
|
||||
ui.user.set_machine(src)
|
||||
add_fingerprint(ui.user)
|
||||
|
||||
switch(action)
|
||||
if("eject_packet")
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
switch(action)
|
||||
if("print")
|
||||
print_report(usr)
|
||||
print_report(ui.user)
|
||||
return TRUE
|
||||
if("close")
|
||||
last_seed = null
|
||||
|
||||
Reference in New Issue
Block a user