diff --git a/bindings/timeNow.go b/bindings/timeNow.go index d4ef6929d7e28402f979e6d8530026ea11f4ef34..6aad2298f81a9651bbd6c80eb3b70a4ac4c9966a 100644 --- a/bindings/timeNow.go +++ b/bindings/timeNow.go @@ -13,7 +13,9 @@ import ( ) // SetTimeSource will set the time source that will be used when retrieving the -// current time using [netTime.Now]. +// current time using [netTime.Now]. This should be called BEFORE Login() +// and only be called once. Using this after Login is undefined behavior that +// may result in a crash. // // Parameters: // - timeNow is an object which adheres to [netTime.TimeSource]. Specifically,