diff --git a/evennia/server/amp.py b/evennia/server/amp.py index 76b99101f..deb240b87 100644 --- a/evennia/server/amp.py +++ b/evennia/server/amp.py @@ -384,7 +384,7 @@ class AMPProtocol(amp.AMP): def send_data(self, command, sessid, **kwargs): """ - This will batch data together to send fewer, large batches. + Send data across the wire. Args: command (AMP Command): A protocol send command.