Variablentyp gefixt

Change-Id: I128596b3732a98c3b256f68afaa4bd992780458d
diff --git a/std/player/moving.c b/std/player/moving.c
index 020cfdc..19b7497 100644
--- a/std/player/moving.c
+++ b/std/player/moving.c
@@ -26,7 +26,7 @@
 #include <events.h>
 #include <pathd.h>
 
-private nosave string *connections;
+private nosave < <int|string>* >* connections = ({});
 
 public void create()
 {
@@ -38,7 +38,6 @@
     Set( P_MSGOUT,  SAVE, F_MODE );
     Set( P_MMSGIN,  SAVE, F_MODE );
     Set( P_MMSGOUT, SAVE, F_MODE );
-    connections = ({});
 
     ::create();
 }