Author Topic: [Bug] A space too much between the words...  (Read 1371 times)

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
[Bug] A space too much between the words...
« on: January 30, 2010, 06:07:09 PM »
There is a space too much between the words:
1. "Paintball" and "DM"
2. "Team" and "Siege"


Code: [Select]
------- Server Initialization -------
mapname: dome
==== PB2 InitMatch ====
== Map Loaded: dome ==
=== Paintball  DM ===
4 entities inhibited
0 teams with 0 entities
-------------------------------------


Code: [Select]
------- Server Initialization -------
mapname: beta/twilight2_preview
==== PB2 InitMatch ====
== Map Loaded: beta/twilight2_preview ==
==== Team  Siege ====
0 entities inhibited
0 teams with 0 entities
-------------------------------------



And maybe i would change "Paintball DM" to "Deathmatch".

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: [Bug] A space too much between the words...
« Reply #1 on: February 01, 2010, 12:34:14 PM »
I think that was done at some point so they would center properly or something.  Easy enough to change, though.  I'll try to remember when I get home.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: [Bug] A space too much between the words...
« Reply #2 on: February 19, 2010, 05:38:24 PM »
Fixed for the next version.  It was all neatly lined up in the code, thus the extra space, but it doesn't really matter since it doesn't line up with the map loaded, initmatch, etc.

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: [Bug] A space too much between the words...
« Reply #3 on: February 20, 2010, 05:08:59 AM »
Thanks :)