diff options
Diffstat (limited to 'content.go')
-rw-r--r-- | content.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ import ( "sync" "time" + "github.com/HimbeerserverDE/mt" + "github.com/HimbeerserverDE/mt/rudp" "github.com/HimbeerserverDE/srp" - "github.com/anon55555/mt" - "github.com/anon55555/mt/rudp" ) var disallowedChars = regexp.MustCompile("[^a-zA-Z0-9-_.:]") |