View Single Post
  #6  
Old 01-25-2002, 03:16 PM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

I had problems too until I noticed that copying and pasting the text from the forum into loginserver.ini resulted in some spaces at the end of each line. Removing the spaces fixed the problem Maybe the devs should put something like a trim() to strip spaces from each line as it is read.

I don't know what the equivalent is in C++...I use Java at work and String.trim() removes leading and trailing spaces.

Windcatcher
Reply With Quote