Minor adjustments
This commit is contained in:
@ -159,7 +159,9 @@ function display.showIncoming(addressString, allowed, reason)
|
||||
|
||||
mon.setCursorPos(1, 6)
|
||||
mon.setBackgroundColor(colors.black)
|
||||
mon.write("Address:\n" .. addressString)
|
||||
mon.write("Address:")
|
||||
mon.setCursorPos(1, 7)
|
||||
mon.write(addressString)
|
||||
end
|
||||
|
||||
function display.showEntity(entityType, entityName, allowed)
|
||||
|
||||
Reference in New Issue
Block a user