Search found 1156 matches

by Jobe
Wed May 03, 2006 7:15 pm
Forum: Unreal 3.2 Support
Topic: Rehash fails
Replies: 4
Views: 1655

Try replacing:

Code: Select all

listen xx.xx.xx.xxx:6667; 
options { 
   clientsonly; 
};
with:

Code: Select all

listen xx.xx.xx.xxx:6667 { 
options { 
   clientsonly; 
};
};