Bug-Fix: Fixed crash bug in remove_player where index entry is removed too early (thanks drefs)

This commit is contained in:
JamDog
2009-04-11 10:04:36 +00:00
parent 3e2851cc8b
commit 97661bb017
2 changed files with 5 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
(lots of major bugfixes too)
[Apr 11 2009] - Jamdog
Bug-Fix: NPC check added to do_gen_ps function (thanks drefs)
Bug-Fix: Fixed crash bug in remove_player where index entry is removed too early (thanks drefs)
[Apr 06 2009] - Jamdog
Bug-Fix: Changing a player name no longer allows two words (thanks Slicer)
[Apr 05 2009] - Jamdog