1
This commit is contained in:
parent
c6aa137a5a
commit
3d31f73e67
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
source /etc/profile
|
||||
source /root/.bash_profile
|
||||
|
||||
./gameserver2004 -n $1 -i $2 >> gameserver2004$2_$1.out
|
||||
echo $? >> start.log
|
||||
date >> start.log
|
||||
|
@ -2604,7 +2604,7 @@ void Room::AddPlayerPostProc(Player* hum)
|
||||
}
|
||||
if (GetRoomMode() == kZombieMode) {
|
||||
#if 1
|
||||
hum->ChangeToRace(kZombieRace, 1);
|
||||
hum->ChangeToRace(kZombieRace, 2);
|
||||
#else
|
||||
hum->ChangeToRace(kHumanRace, 1);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user