mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Merge pull request #1693 from Giacom/fix_1691
Fixes #1691 by limiting the show_message proc. hey so can i just type whatever i want in here when i merge something?
This commit is contained in:
@@ -38,6 +38,8 @@ var/next_mob_id = 0
|
||||
|
||||
if(!client) return
|
||||
|
||||
msg = copytext(msg, 1, MAX_MESSAGE_LEN)
|
||||
|
||||
if (type)
|
||||
if(type & 1 && (sdisabilities & BLIND || blinded || paralysis) )//Vision related
|
||||
if (!( alt ))
|
||||
|
||||
Reference in New Issue
Block a user