mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-14 16:04:38 +01:00
remove debug value
This commit is contained in:
@@ -581,7 +581,7 @@ func handleMsgMhfGenerateUdGuildMap(s *Session, p mhfpacket.MHFPacket) {
|
||||
|
||||
var guildMaps [][]Tile
|
||||
|
||||
for i := 0; i < 1000; i++ {
|
||||
for i := 0; i < 5; i++ {
|
||||
var startTile, endTile uint16
|
||||
var randTemp []uint16
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
|
||||
Reference in New Issue
Block a user