Changes between Initial Version and Version 1 of Ticket #1950, comment 21


Ignore:
Timestamp:
May 17, 2016, 12:49:14 AM (8 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1950, comment 21

    initial v1  
     1* The comment for the explicit pausing only confuses me. It should state that in SP it pauses when message boxes are opened, while in MP it only pauses when explicitly ordered to.
    12* `translate("Paused by") + " " + playernames` should use a `sprintf` instead, as there might be a language which might pick a sentence where the playername list doesn't appear at the end.
    23* `!!g_PausingClients.length` -> `g_PausingClients.length` as it's implicitly converted to boolean when calling the function.