mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fix runechat height-offset only reading your own offset value (#64507)
#63848 reads owner and not target
This commit is contained in:
@@ -195,8 +195,8 @@
|
||||
message.plane = RUNECHAT_PLANE
|
||||
message.appearance_flags = APPEARANCE_UI_IGNORE_ALPHA | KEEP_APART
|
||||
message.alpha = 0
|
||||
message.pixel_y = owner.maptext_height
|
||||
message.pixel_x = (owner.maptext_width * 0.5) - 16
|
||||
message.pixel_y = target.maptext_height
|
||||
message.pixel_x = (target.maptext_width * 0.5) - 16
|
||||
message.maptext_width = CHAT_MESSAGE_WIDTH
|
||||
message.maptext_height = mheight
|
||||
message.maptext_x = (CHAT_MESSAGE_WIDTH - owner.bound_width) * -0.5
|
||||
|
||||
Reference in New Issue
Block a user