Author Topic: Documentation typo  (Read 1709 times)

benq

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 6
    • View Profile
Documentation typo
« on: December 14, 2014, 11:50:33 AM »
On http://www.tasharen.com/?page_id=4523

Shows this method as a way to start the server:
  1. TNServerInstance.Start(5127, 5128, "server.dat", 5129)

When it's:
  1. TNServerInstance.Start(5127, 5128, 5129, "server.dat")

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Documentation typo
« Reply #1 on: December 15, 2014, 01:02:04 PM »
Thanks!