mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
fix(lint): automated linting, with simple formatter.
This commit is contained in:
@@ -58,7 +58,7 @@ func handleMsgMhfSavedata(s *Session, p mhfpacket.MHFPacket) {
|
||||
s.playtimeTime = time.Now()
|
||||
|
||||
// Bypass name-checker if new
|
||||
if characterSaveData.IsNewCharacter == true {
|
||||
if characterSaveData.IsNewCharacter {
|
||||
s.Name = characterSaveData.Name
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user