Remove dup'ed net event util

This commit is contained in:
Vortrex
2021-03-04 04:43:08 -06:00
parent 21f886c4c7
commit 6d3de94c3b

View File

@@ -27,9 +27,3 @@ function receiveFromServer(eventName, handlerFunction) {
} }
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
function listenFromServer(eventName, handlerFunction) {
addNetworkHandler(eventName, handlerFunction);
}
// ---------------------------------------------------------------------------