mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Merge pull request #11480 from Tayyyyyyy/messages_window
Make it easier to slide into DMs
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
var/last_message = "" //contains the last message sent by this client - used to protect against copy-paste spamming.
|
||||
var/last_message_count = 0 //contains a number of how many times a message identical to last_message was sent.
|
||||
var/last_message_time = 0 //holds the last time (based on world.time) a message was sent
|
||||
var/datum/pm_tracker/pm_tracker = new()
|
||||
|
||||
/////////
|
||||
//OTHER//
|
||||
|
||||
Reference in New Issue
Block a user