mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Replaces info class with notice and purges info (#26421)
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
log_admin("[key_name(user)] created a whiteship dock named '[name]' at [COORD(port)].")
|
||||
|
||||
if(dock_count < max_docks)
|
||||
to_chat(user, "<span class='info'>Landing zone set.</span>")
|
||||
to_chat(user, "<span class='notice'>Landing zone set.</span>")
|
||||
else
|
||||
to_chat(user, "<span class='info'>Landing zone set. The signaller vanishes!</span>")
|
||||
to_chat(user, "<span class='notice'>Landing zone set. The signaller vanishes!</span>")
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user