mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 21:25:52 +12:00
Update MPN00BS
This commit is contained in:
parent
7fcaf412df
commit
be228de5ea
13 changed files with 509 additions and 507 deletions
|
@ -156,7 +156,7 @@ namespace HISP.Game.SwfModules
|
|||
|
||||
foreach(int room in rooms)
|
||||
{
|
||||
Logger.InfoPrint("Loading poetry room: " + room.ToString());
|
||||
Logger.InfoPrint("Loading Poetry room: " + room.ToString());
|
||||
poetryRooms.Add(getPoetryRoom(room));
|
||||
if (!Database.LastPlayerExist("P" + room))
|
||||
Database.AddLastPlayer("P" + room, -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue